diff options
author | David Robillard <d@drobilla.net> | 2008-08-13 19:14:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-13 19:14:47 +0000 |
commit | 671f6b557aceba0ffa82b0107e692e2a667b0965 (patch) | |
tree | 31f27f5170c938f4f9902c6f525f8984dbe29da6 /src/libs/gui | |
parent | e63401fe65114196ee38d9ce6952389bbcfa4d62 (diff) | |
download | ingen-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')
-rw-r--r-- | src/libs/gui/NodeModule.hpp | 1 | ||||
-rw-r--r-- | src/libs/gui/PatchPortModule.hpp | 1 | ||||
-rw-r--r-- | src/libs/gui/PatchView.hpp | 1 | ||||
-rw-r--r-- | src/libs/gui/PatchWindow.hpp | 1 | ||||
-rw-r--r-- | src/libs/gui/Port.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/gui/NodeModule.hpp b/src/libs/gui/NodeModule.hpp index 413020f5..4f877b74 100644 --- a/src/libs/gui/NodeModule.hpp +++ b/src/libs/gui/NodeModule.hpp @@ -29,7 +29,6 @@ class Atom; namespace Ingen { namespace Client { class PortModel; class NodeModel; - class ControlModel; } } using namespace Ingen::Client; diff --git a/src/libs/gui/PatchPortModule.hpp b/src/libs/gui/PatchPortModule.hpp index c9c5625d..5e103bbf 100644 --- a/src/libs/gui/PatchPortModule.hpp +++ b/src/libs/gui/PatchPortModule.hpp @@ -29,7 +29,6 @@ using std::string; namespace Ingen { namespace Client { class PortModel; class NodeModel; - class ControlModel; } } using namespace Ingen::Client; diff --git a/src/libs/gui/PatchView.hpp b/src/libs/gui/PatchView.hpp index dac708ca..7cc72f5a 100644 --- a/src/libs/gui/PatchView.hpp +++ b/src/libs/gui/PatchView.hpp @@ -29,7 +29,6 @@ using std::string; namespace Ingen { namespace Client { class PortModel; - class ControlModel; class MetadataModel; } } using namespace Ingen::Client; 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; diff --git a/src/libs/gui/Port.cpp b/src/libs/gui/Port.cpp index 7508a47f..8d0e230a 100644 --- a/src/libs/gui/Port.cpp +++ b/src/libs/gui/Port.cpp @@ -21,7 +21,6 @@ #include "flowcanvas/Module.hpp" #include "client/PatchModel.hpp" #include "client/PortModel.hpp" -#include "client/ControlModel.hpp" #include "Configuration.hpp" #include "App.hpp" #include "Port.hpp" |