summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadRemotePatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadRemotePatchWindow.hpp')
-rw-r--r--src/gui/LoadRemotePatchWindow.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/LoadRemotePatchWindow.hpp b/src/gui/LoadRemotePatchWindow.hpp
index 32ff32b6..a61cb48b 100644
--- a/src/gui/LoadRemotePatchWindow.hpp
+++ b/src/gui/LoadRemotePatchWindow.hpp
@@ -32,7 +32,6 @@ using Ingen::Client::PatchModel;
namespace GUI {
-
/** Columns for the remote patch list.
*
* \ingroup GUI
@@ -49,8 +48,6 @@ public:
Gtk::TreeModelColumn<Glib::ustring> _col_uri;
};
-
-
/* Load remote patch ("import location") dialog.
*
* \ingroup GUI
@@ -85,7 +82,6 @@ private:
Gtk::Button* _cancel_button;
};
-
} // namespace GUI
} // namespace Ingen