diff --git a/include/osgDB/Registry b/include/osgDB/Registry index daa6d43c8..0c6e1801d 100644 --- a/include/osgDB/Registry +++ b/include/osgDB/Registry @@ -98,9 +98,6 @@ class OSGDB_EXPORT Registry : public osg::Referenced */ void addMimeTypeExtensionMapping(const std::string fromMimeType, const std::string toExt); - void addDotOsgWrapper(DotOsgWrapper* wrapper); - void removeDotOsgWrapper(DotOsgWrapper* wrapper); - void addReaderWriter(ReaderWriter* rw); void removeReaderWriter(ReaderWriter* rw); diff --git a/src/osgWrappers/introspection/osgDB/Registry.cpp b/src/osgWrappers/introspection/osgDB/Registry.cpp index b8a8d3a8d..75b61c21f 100644 --- a/src/osgWrappers/introspection/osgDB/Registry.cpp +++ b/src/osgWrappers/introspection/osgDB/Registry.cpp @@ -103,16 +103,6 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Registry) __void__addMimeTypeExtensionMapping__C5_std_string__C5_std_string, "Registers a mapping of a mime-type to an extension. ", "A process fetching data over HTTP can use this facility to determine the proper ReaderWriter to use when there is no filename extension to rely upon. "); - I_Method1(void, addDotOsgWrapper, IN, osgDB::DotOsgWrapper *, wrapper, - Properties::NON_VIRTUAL, - __void__addDotOsgWrapper__DotOsgWrapper_P1, - "", - ""); - I_Method1(void, removeDotOsgWrapper, IN, osgDB::DotOsgWrapper *, wrapper, - Properties::NON_VIRTUAL, - __void__removeDotOsgWrapper__DotOsgWrapper_P1, - "", - ""); I_Method1(void, addReaderWriter, IN, osgDB::ReaderWriter *, rw, Properties::NON_VIRTUAL, __void__addReaderWriter__ReaderWriter_P1,