From acaab5ca7ce6869b8192de4f98c9f075fd17690e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 May 2011 23:29:42 +0000 Subject: Remove dependence on protocol-specific client headers in GUI code. In other words, remove need for protocol-specific (and library dependent) headers to be in public headers... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3318 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/App.hpp') diff --git a/src/gui/App.hpp b/src/gui/App.hpp index ca5c590f..96cd0152 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -74,8 +74,7 @@ public: void error_message(const std::string& msg); - void attach(SharedPtr client, - SharedPtr handle=SharedPtr()); + void attach(SharedPtr client); void detach(); @@ -143,7 +142,6 @@ protected: static App* _instance; SharedPtr _client; - SharedPtr _handle; SharedPtr _store; SharedPtr _loader; -- cgit v1.2.1