diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/World.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ingen/World.hpp b/ingen/World.hpp index e00b23fe..16ad5731 100644 --- a/ingen/World.hpp +++ b/ingen/World.hpp @@ -92,9 +92,6 @@ public: */ virtual bool run_module(const char* name); - /** Unload all loaded Ingen modules. */ - virtual void unload_modules(); - /** A function to create a new remote Interface. */ typedef SharedPtr<Interface> (*InterfaceFactory)( World* world, |