diff options
author | David Robillard <d@drobilla.net> | 2020-08-01 21:59:55 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-02 01:48:48 +0200 |
commit | 9eadae8edc7a35f87499f58c3e3b9cec68f74a80 (patch) | |
tree | 5a93744513d878dc97d93d775fe92f1768f86450 /src/gui | |
parent | b0dbb8477bfd3010a2139ae2a7e0c89b3758721a (diff) | |
download | ingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.tar.gz ingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.tar.bz2 ingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.zip |
Remove stale forward declarations
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/App.hpp | 1 | ||||
-rw-r--r-- | src/gui/GraphBox.hpp | 1 | ||||
-rw-r--r-- | src/gui/GraphView.hpp | 2 | ||||
-rw-r--r-- | src/gui/Port.hpp | 4 | ||||
-rw-r--r-- | src/gui/SubgraphModule.hpp | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp index fdbe5523..2e45880d 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -38,7 +38,6 @@ namespace ingen { class Interface; class Log; -class Port; class Serialiser; class StreamWriter; class World; diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp index a4aabdcb..f779efd7 100644 --- a/src/gui/GraphBox.hpp +++ b/src/gui/GraphBox.hpp @@ -34,7 +34,6 @@ #include "Window.hpp" namespace Raul { -class Atom; class Path; } // namespace Raul diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp index 967a6d1d..e94d6c10 100644 --- a/src/gui/GraphView.hpp +++ b/src/gui/GraphView.hpp @@ -28,8 +28,6 @@ #include <gtkmm/toolitem.h> #include <gtkmm/toolitem.h> -namespace Raul { class Atom; } - namespace ingen { class Atom; diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 19212e3e..ba09cc24 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -25,10 +25,6 @@ #include <cassert> #include <string> -namespace Raul { -class Atom; -} // namespace Raul - namespace ingen { class URI; diff --git a/src/gui/SubgraphModule.hpp b/src/gui/SubgraphModule.hpp index 2425cdb2..ccf4ea9f 100644 --- a/src/gui/SubgraphModule.hpp +++ b/src/gui/SubgraphModule.hpp @@ -26,7 +26,6 @@ namespace ingen { namespace client { class GraphModel; -class GraphWindow; class PortModel; } // namespace client |