summaryrefslogtreecommitdiffstats
path: root/src/gui/App.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/App.hpp')
-rw-r--r--src/gui/App.hpp3
1 files changed, 1 insertions, 2 deletions
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::SigClientInterface> _client;
SharedPtr<Raul::Deletable> _handle;
SharedPtr<Client::ClientStore> _store;
- SharedPtr<Serialisation::Serialiser> _serialiser;
SharedPtr<ThreadedLoader> _loader;
Configuration* _configuration;