summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)