summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-08 10:13:27 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-08 22:02:38 -0500
commitaff8a806a269df27d442de401ad73b08ba7c509c (patch)
tree10d86e67a79cc521631d7ae82df9c88af0136f0b /gtk2_ardour/utils.h
parent8455ebce909baebe51b530d949cfd194693bf150 (diff)
more color work, including removing rgba{_p_}_from_style()
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index 7f0b285945..fe8a0f5cb5 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -62,10 +62,6 @@ ArdourCanvas::Points* get_canvas_points (std::string who, uint32_t npoints);
Pango::FontDescription sanitized_font (std::string const&);
Pango::FontDescription get_font_for_style (std::string widgetname);
-uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true);
-
-bool rgba_p_from_style (std::string, float*, float*, float*, std::string = "fg", int = Gtk::STATE_NORMAL);
-
void decorate (Gtk::Window& w, Gdk::WMDecoration d);
void set_color_from_rgb (Gdk::Color&, uint32_t);