summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 19:33:18 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 19:39:48 +0100
commit9eaeb0bbca7d3f295664a3fc96660a8fe206483c (patch)
tree744a19d80c86b4149182b17e3757c9bdd8587d64 /src/Legend.hpp
parentdf55ba49276c8fa172979dbc497339ec81c97add (diff)
downloadpatchage-9eaeb0bbca7d3f295664a3fc96660a8fe206483c.tar.gz
patchage-9eaeb0bbca7d3f295664a3fc96660a8fe206483c.tar.bz2
patchage-9eaeb0bbca7d3f295664a3fc96660a8fe206483c.zip
Remove more dead code
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp
index 6d5807b..3030756 100644
--- a/src/Legend.hpp
+++ b/src/Legend.hpp
@@ -32,13 +32,14 @@ class Legend : public Gtk::HBox
public:
explicit Legend(const Configuration& configuration);
+ sigc::signal<void, PortType, std::string, uint32_t> signal_color_changed;
+
+private:
void add_button(PortType id, const std::string& label, uint32_t rgba);
void on_color_set(PortType id,
const std::string& label,
const Gtk::ColorButton* but);
-
- sigc::signal<void, PortType, std::string, uint32_t> signal_color_changed;
};
} // namespace patchage