From 1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6 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/patchage@3152 a436a847-0d15-0410-975c-d299462d15a1 --- src/ProjectPropertiesDialog.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ProjectPropertiesDialog.cpp') diff --git a/src/ProjectPropertiesDialog.cpp b/src/ProjectPropertiesDialog.cpp index 1bdf02a..4753b69 100644 --- a/src/ProjectPropertiesDialog.cpp +++ b/src/ProjectPropertiesDialog.cpp @@ -36,19 +36,16 @@ struct ProjectPropertiesDialogImpl { Widget _notes; }; - ProjectPropertiesDialog::ProjectPropertiesDialog(LashProxy* proxy, Glib::RefPtr xml) { _impl = new ProjectPropertiesDialogImpl(proxy, xml); } - ProjectPropertiesDialog::~ProjectPropertiesDialog() { delete _impl; } - void ProjectPropertiesDialog::run(shared_ptr project) { @@ -79,7 +76,6 @@ ProjectPropertiesDialog::run(shared_ptr project) _impl->_dialog->hide(); } - ProjectPropertiesDialogImpl::ProjectPropertiesDialogImpl( LashProxy* proxy, Glib::RefPtr xml) -- cgit v1.2.1