summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-12-21 06:22:49 +0000
committerDavid Robillard <d@drobilla.net>2012-12-21 06:22:49 +0000
commit7c8166d2eab084fe4abdc0bf4045641a2809e4f9 (patch)
tree1c269a9f666500980ea00cec22a9debf4e174be8 /ingen
parentf67344b4c6c7df01dd1e9f3023fa20416103cb6a (diff)
downloadingen-7c8166d2eab084fe4abdc0bf4045641a2809e4f9.tar.gz
ingen-7c8166d2eab084fe4abdc0bf4045641a2809e4f9.tar.bz2
ingen-7c8166d2eab084fe4abdc0bf4045641a2809e4f9.zip
Fix memory leaks.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4873 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-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,