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/App.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/gui/App.cpp') diff --git a/src/gui/App.cpp b/src/gui/App.cpp index 23924ded..e4bfc428 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -70,7 +70,6 @@ Gtk::Main* App::_main = 0; /// Singleton instance App* App::_instance = 0; - App::App(Ingen::Shared::World* world) : _configuration(new Configuration()) , _about_dialog(NULL) @@ -97,14 +96,12 @@ App::App(Ingen::Shared::World* world) #endif } - App::~App() { delete _configuration; delete _window_factory; } - void App::init(Ingen::Shared::World* world) { @@ -151,7 +148,6 @@ App::init(Ingen::Shared::World* world) break; } - void App::run() { @@ -160,7 +156,6 @@ App::run() info << "[GUI] Exiting" << endl; } - void App::attach(SharedPtr client, SharedPtr handle) @@ -182,7 +177,6 @@ App::attach(SharedPtr client, _client->signal_error.connect(sigc::mem_fun(this, &App::error_message)); } - void App::detach() { @@ -198,7 +192,6 @@ App::detach() } } - SharedPtr App::serialiser() { @@ -208,14 +201,12 @@ App::serialiser() return _world->serialiser(); } - void App::error_response(int32_t id, const string& str) { error_message(str); } - void App::error_message(const string& str) { @@ -227,7 +218,6 @@ App::error_message(const string& str) _messages_window->set_urgency_hint(true); } - void App::port_activity(Port* port) { @@ -246,7 +236,6 @@ App::port_activity(Port* port) port->set_highlighted(true, false, true, false); } - void App::activity_port_destroyed(Port* port) { @@ -257,7 +246,6 @@ App::activity_port_destroyed(Port* port) return; } - bool App::animate() { @@ -278,10 +266,8 @@ App::animate() return true; } - /******** Event Handlers ************/ - void App::register_callbacks() { @@ -292,7 +278,6 @@ App::register_callbacks() sigc::mem_fun(App::instance(), &App::animate), 50, G_PRIORITY_DEFAULT); } - bool App::gtk_main_iteration() { @@ -313,7 +298,6 @@ App::gtk_main_iteration() return true; } - void App::show_about() { @@ -321,7 +305,6 @@ App::show_about() _about_dialog->hide(); } - /** Prompt (if necessary) and quit application (if confirmed). * @return true iff the application quit. */ @@ -345,7 +328,6 @@ App::quit(Gtk::Window& dialog_parent) return quit; } - Glib::RefPtr App::icon_from_path(const string& path, int size) { @@ -376,7 +358,6 @@ App::icon_from_path(const string& path, int size) return buf; } - void* App::icon_destroyed(void* data) { @@ -390,7 +371,6 @@ App::icon_destroyed(void* data) return NULL; } - bool App::can_control(const Shared::Port* port) const { @@ -400,7 +380,6 @@ App::can_control(const Shared::Port* port) const || port->supports(uris().atom_String))); } - } // namespace GUI } // namespace Ingen -- cgit v1.2.1