diff options
Diffstat (limited to 'src/shared/Store.hpp')
-rw-r--r-- | src/shared/Store.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/Store.hpp b/src/shared/Store.hpp index 5a019a5c..8a9f6394 100644 --- a/src/shared/Store.hpp +++ b/src/shared/Store.hpp @@ -26,7 +26,6 @@ namespace Ingen { namespace Shared { - class Store : public Raul::PathTable< SharedPtr<Shared::GraphObject> > { public: virtual ~Store() {} @@ -51,7 +50,6 @@ private: Glib::RWLock _lock; }; - } // namespace Shared } // namespace Ingen |