summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SubpatchModule.hpp')
-rw-r--r--src/gui/SubpatchModule.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/SubpatchModule.hpp b/src/gui/SubpatchModule.hpp
index 74737ae8..f5d3d8c2 100644
--- a/src/gui/SubpatchModule.hpp
+++ b/src/gui/SubpatchModule.hpp
@@ -39,7 +39,6 @@ namespace GUI {
class PatchCanvas;
class NodeControlWindow;
-
/** A module to represent a subpatch
*
* \ingroup GUI
@@ -61,7 +60,6 @@ protected:
SharedPtr<PatchModel> _patch;
};
-
} // namespace GUI
} // namespace Ingen