summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-28 11:34:49 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-28 11:45:14 -0600
commit4d17c5179c957317b9eb7d453a65912e30765121 (patch)
tree36e8ceccaa003dde79716935e0e491e5b1190101 /gtk2_ardour
parent95932f92ded06745ab6427cd4fe5c5fd6bdb0df4 (diff)
remove unnecessary call to set_colors()
This call also happens before colors are even defined
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/shuttle_control.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/shuttle_control.cc b/gtk2_ardour/shuttle_control.cc
index b3f09ccdbe..9b70ad66f3 100644
--- a/gtk2_ardour/shuttle_control.cc
+++ b/gtk2_ardour/shuttle_control.cc
@@ -99,8 +99,6 @@ ShuttleControl::ShuttleControl ()
Config->ParameterChanged.connect (parameter_connection, MISSING_INVALIDATOR, boost::bind (&ShuttleControl::parameter_changed, this, _1), gui_context());
UIConfiguration::instance().ColorsChanged.connect (sigc::mem_fun (*this, &ShuttleControl::set_colors));
- set_colors ();
-
/* gtkmm 2.4: the C++ wrapper doesn't work */
g_signal_connect ((GObject*) gobj(), "query-tooltip", G_CALLBACK (qt), NULL);
// signal_query_tooltip().connect (sigc::mem_fun (*this, &ShuttleControl::on_query_tooltip));