packaging tweaks for OS X
[ardour.git] / gtk2_ardour / utils.h
index cc6c988b18e3b113a6d412ced3e071496fe122a9..699cd31981c901d5bc1c7fc070ea6737031261aa 100644 (file)
@@ -56,10 +56,6 @@ 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);
 
-Gdk::Color color_from_style (std::string widget_style_name, int state, std::string attr);
-Glib::RefPtr<Gdk::GC> gc_from_style (std::string widget_style_name, int state, std::string attr);
-
-
 void decorate (Gtk::Window& w, Gdk::WMDecoration d);
 
 bool canvas_item_visible (ArdourCanvas::Item* item);