diff options
author | David Robillard <d@drobilla.net> | 2011-04-16 19:02:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-16 19:02:36 +0000 |
commit | 1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6 (patch) | |
tree | bbeed636819fc3e67e77e2645a699e01fd0d2e16 /src/ProjectPropertiesDialog.cpp | |
parent | 7627989d3fbc7fd54013988d2ec7c29a5c517bbf (diff) | |
download | patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.gz patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.bz2 patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.zip |
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ProjectPropertiesDialog.cpp')
-rw-r--r-- | src/ProjectPropertiesDialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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<Gtk::TextView> _notes; }; - ProjectPropertiesDialog::ProjectPropertiesDialog(LashProxy* proxy, Glib::RefPtr<Gnome::Glade::Xml> xml) { _impl = new ProjectPropertiesDialogImpl(proxy, xml); } - ProjectPropertiesDialog::~ProjectPropertiesDialog() { delete _impl; } - void ProjectPropertiesDialog::run(shared_ptr<Project> project) { @@ -79,7 +76,6 @@ ProjectPropertiesDialog::run(shared_ptr<Project> project) _impl->_dialog->hide(); } - ProjectPropertiesDialogImpl::ProjectPropertiesDialogImpl( LashProxy* proxy, Glib::RefPtr<Gnome::Glade::Xml> xml) |