X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Futils.h;h=6713844ba64d21ea5999ce9a78f67331899462aa;hb=af103cf3c23596d97091d857f98c283c943f3a21;hp=c9a52c96cf7428e8f4ae628ea85754cf759a7965;hpb=63ea7b6516dbd7554d1eff6c98de50cf61fc9a72;p=ardour.git diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h index c9a52c96cf..6713844ba6 100644 --- a/gtk2_ardour/utils.h +++ b/gtk2_ardour/utils.h @@ -69,8 +69,6 @@ uint32_t gdk_color_to_rgba (Gdk::Color const&); void set_color_from_rgb (Gdk::Color&, uint32_t); void set_color_from_rgba (Gdk::Color&, uint32_t); -uint32_t contrasting_text_color (uint32_t c); - bool relay_key_press (GdkEventKey* ev, Gtk::Window* win); bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev); bool emulate_key_event (unsigned int);