summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-16 02:12:01 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-16 02:12:01 +0000
commitbdc9dc94b8118dd48db6e25d119a07fa606f8a96 (patch)
tree16ffbcdc0a09d9194c8d502b8466f60ea884a0b9 /gtk2_ardour/ardour_ui.h
parent813df53d2ff1cc9612f10cdca3432ba8824f516e (diff)
Come to think of it, those size requests were hack to support a clock in the menu bar, which we gave up on. So remove them.
git-svn-id: svn://localhost/ardour2/branches/3.0@8867 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 03b4764af4..0408253b79 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -715,8 +715,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
int missing_file (ARDOUR::Session*s, std::string str, ARDOUR::DataType type);
int ambiguous_file (std::string file, std::string path, std::vector<std::string> hits);
-
- void resize_text_widgets ();
};
#endif /* __ardour_gui_h__ */