Removed Dialog/Popup::open/close() methods as they are replaced by the setVisible() method

This commit is contained in:
Robert Osfield
2014-05-26 16:32:20 +00:00
parent 5d635287c0
commit faced0a896
6 changed files with 3 additions and 33 deletions

View File

@@ -11,6 +11,4 @@ REGISTER_OBJECT_WRAPPER( Dialog,
"osg::Object osg::Node osg::Group osgUI::Widget osgUI::Dialog" )
{
ADD_STRING_SERIALIZER( Title, std::string());
ADD_METHOD( open );
ADD_METHOD( close );
}

View File

@@ -10,6 +10,4 @@ REGISTER_OBJECT_WRAPPER( Popup,
osgUI::Popup,
"osg::Object osg::Node osg::Group osgUI::Widget osgUI::Popup" )
{
ADD_METHOD( open );
ADD_METHOD( close );
}