summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ControlGroups.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/ControlGroups.hpp')
-rw-r--r--src/libs/gui/ControlGroups.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/gui/ControlGroups.hpp b/src/libs/gui/ControlGroups.hpp
index 232b1b56..15e5a6ea 100644
--- a/src/libs/gui/ControlGroups.hpp
+++ b/src/libs/gui/ControlGroups.hpp
@@ -32,7 +32,6 @@ namespace Ingen {
namespace GUI {
class ControlPanel;
-class PortPropertiesWindow;
/** A group of controls (for a single Port) in a NodeControlWindow.
@@ -50,8 +49,6 @@ public:
inline const SharedPtr<PortModel> port_model() const { return _port_model; }
protected:
- friend class PortPropertiesWindow;
-
virtual void set_value(float value) = 0;
virtual void set_range(float min, float max) {}