diff options
Diffstat (limited to 'include/ingen/CommonInterface.hpp')
-rw-r--r-- | include/ingen/CommonInterface.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp index e1f7bba9..25b7231f 100644 --- a/include/ingen/CommonInterface.hpp +++ b/include/ingen/CommonInterface.hpp @@ -27,7 +27,6 @@ namespace Raul { class Atom; class Path; class URI; } namespace Ingen { -namespace Shared { /** Abstract interface common to both engine and clients. * Purely virtual (except for the destructor). @@ -69,7 +68,6 @@ public: const Raul::Atom& value) = 0; }; -} // namespace Shared } // namespace Ingen #endif // INGEN_INTERFACE_COMMONINTERFACE_HPP |