summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-07 14:40:33 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-07 14:40:33 +0000
commitfd1ff3d7536758283c9597642de5d74e600b3273 (patch)
tree7f5c538539fbd0dedffc57bfbc1aac3e8c11d638 /gtk2_ardour/utils.h
parentc74c4d3803195ea8eb7de2f96a159abfe1127b74 (diff)
Remove unused color_from_style / gc_from_style.
git-svn-id: svn://localhost/ardour2/branches/3.0@11618 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 cc6c988b18..699cd31981 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -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);