summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-13 19:14:47 +0000
committerDavid Robillard <d@drobilla.net>2008-08-13 19:14:47 +0000
commit671f6b557aceba0ffa82b0107e692e2a667b0965 (patch)
tree31f27f5170c938f4f9902c6f525f8984dbe29da6 /src/libs/gui/PatchWindow.hpp
parente63401fe65114196ee38d9ce6952389bbcfa4d62 (diff)
downloadingen-671f6b557aceba0ffa82b0107e692e2a667b0965.tar.gz
ingen-671f6b557aceba0ffa82b0107e692e2a667b0965.tar.bz2
ingen-671f6b557aceba0ffa82b0107e692e2a667b0965.zip
Move crap (now) only used internally by deprecated loader to DeprecatedLoader.cpp.
git-svn-id: http://svn.drobilla.net/lad/ingen@1352 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/PatchWindow.hpp')
-rw-r--r--src/libs/gui/PatchWindow.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/gui/PatchWindow.hpp b/src/libs/gui/PatchWindow.hpp
index def419fe..a3851dc1 100644
--- a/src/libs/gui/PatchWindow.hpp
+++ b/src/libs/gui/PatchWindow.hpp
@@ -35,7 +35,6 @@ using std::string; using std::list;
namespace Ingen { namespace Client {
class PatchModel;
class PortModel;
- class ControlModel;
class MetadataModel;
} }
using namespace Ingen::Client;