summaryrefslogtreecommitdiffstats
path: root/ingen/World.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/World.hpp')
-rw-r--r--ingen/World.hpp3
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,