summaryrefslogtreecommitdiffstats
path: root/ingen/AtomReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r--ingen/AtomReader.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index 370286d8..7bb4b359 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -28,7 +28,6 @@
namespace Ingen {
class AtomSink;
-class Forge;
class Log;
class URIMap;
@@ -41,7 +40,6 @@ public:
AtomReader(URIMap& map,
URIs& uris,
Log& log,
- Forge& forge,
Interface& iface);
~AtomReader() {}
@@ -61,7 +59,6 @@ private:
URIMap& _map;
URIs& _uris;
Log& _log;
- Forge& _forge;
Interface& _iface;
};