summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-20 12:53:39 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-02-20 12:53:57 -0700
commit57598acbcf87bfc95eeb29819c390ee7550ef7ef (patch)
tree0e31f05fdf24ff898ba3a0ddee5be300d579b8c8 /libs/surfaces
parent2398f6127fd5db23cacdf828144f20f237874b95 (diff)
remove unused members
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/push2/gui.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/surfaces/push2/gui.h b/libs/surfaces/push2/gui.h
index 345b7caa54..9b56e441f7 100644
--- a/libs/surfaces/push2/gui.h
+++ b/libs/surfaces/push2/gui.h
@@ -78,19 +78,6 @@ private:
Glib::RefPtr<Gtk::ListStore> build_midi_port_list (std::vector<std::string> const & ports, bool for_input);
void active_port_changed (Gtk::ComboBox*,bool for_input);
- struct ActionColumns : public Gtk::TreeModel::ColumnRecord {
- ActionColumns() {
- add (name);
- add (path);
- }
- Gtk::TreeModelColumn<std::string> name;
- Gtk::TreeModelColumn<std::string> path;
- };
-
- ActionColumns action_columns;
- Glib::RefPtr<Gtk::TreeStore> available_action_model;
- std::map<std::string,std::string> action_map; // map from action names to paths
-
struct PressureModeColumns : public Gtk::TreeModel::ColumnRecord {
PressureModeColumns() {
add (mode);