From 9e5a7cf49ad84a5a3fa0aa61be11129fc4df1cc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 19:02:36 +0000 Subject: Squeeze blank lines and delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3152 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/LoadRemotePatchWindow.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/gui/LoadRemotePatchWindow.cpp') diff --git a/src/gui/LoadRemotePatchWindow.cpp b/src/gui/LoadRemotePatchWindow.cpp index 809bea42..4e73690a 100644 --- a/src/gui/LoadRemotePatchWindow.cpp +++ b/src/gui/LoadRemotePatchWindow.cpp @@ -33,7 +33,6 @@ using namespace std; namespace Ingen { namespace GUI { - LoadRemotePatchWindow::LoadRemotePatchWindow(BaseObjectType* cobject, const Glib::RefPtr& xml) : Dialog(cobject) { @@ -56,7 +55,6 @@ LoadRemotePatchWindow::LoadRemotePatchWindow(BaseObjectType* cobject, const Glib _uri_entry->signal_changed().connect(sigc::mem_fun(this, &LoadRemotePatchWindow::uri_changed)); } - void LoadRemotePatchWindow::present(SharedPtr patch, GraphObject::Properties data) { @@ -90,7 +88,6 @@ LoadRemotePatchWindow::present(SharedPtr patch, GraphObject::Propert #endif } - /** Sets the patch controller for this window and initializes everything. * * This function MUST be called before using the window in any way! @@ -101,21 +98,18 @@ LoadRemotePatchWindow::set_patch(SharedPtr patch) _patch = patch; } - void LoadRemotePatchWindow::uri_changed() { _open_button->property_sensitive() = (_uri_entry->get_text().length() > 0); } - void LoadRemotePatchWindow::patch_activated(const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* col) { open_clicked(); } - void LoadRemotePatchWindow::patch_selected() { @@ -127,7 +121,6 @@ LoadRemotePatchWindow::patch_selected() } } - void LoadRemotePatchWindow::open_clicked() { @@ -146,13 +139,11 @@ LoadRemotePatchWindow::open_clicked() hide(); } - void LoadRemotePatchWindow::cancel_clicked() { hide(); } - } // namespace GUI } // namespace Ingen -- cgit v1.2.1