From 19045ab92aa7e996971584a0dc8780d1d58b498b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Dec 2009 21:37:50 +0000 Subject: New ingen module (library, not e.g. LV2 plugin) design. Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2314 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/App.hpp') diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 0e21d423..bf55d51b 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -111,7 +111,7 @@ public: static inline App& instance() { assert(_instance); return *_instance; } - static void init(int argc, char** argv, Ingen::Shared::World* world); + static void init(Ingen::Shared::World* world); static void run(); Ingen::Shared::World* world() { return _world; } @@ -145,7 +145,6 @@ protected: SharedPtr _client; SharedPtr _handle; SharedPtr _store; - SharedPtr _serialiser; SharedPtr _loader; Configuration* _configuration; -- cgit v1.2.1