diff options
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) |