summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 21:26:16 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 22:49:10 +0100
commit9875f53b170ddc358d2ad7c830bdcee7a406d401 (patch)
treecc2ba6ac302a2886eb7e03814dc84dea5da455fe
parentce4f43343f7554d550e71ca16d9b5ce1ce5fcc13 (diff)
downloadpatchage-9875f53b170ddc358d2ad7c830bdcee7a406d401.tar.gz
patchage-9875f53b170ddc358d2ad7c830bdcee7a406d401.tar.bz2
patchage-9875f53b170ddc358d2ad7c830bdcee7a406d401.zip
Remove dead code
-rw-r--r--src/Patchage.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 915a4a1..2b12133 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -114,11 +114,6 @@ port_order(const GanvPort* a, const GanvPort* b, void*)
return 0;
}
-struct ProjectList_column_record : public Gtk::TreeModel::ColumnRecord
-{
- Gtk::TreeModelColumn<Glib::ustring> label;
-};
-
#define INIT_WIDGET(x) x(_xml, (#x) + 1)
Patchage::Patchage(int argc, char** argv)