audio clock switchover part2: remove most egregious include-time dependency on audio_clock.h, and alter API for a few utilities along the way

git-svn-id: svn://localhost/ardour2/branches/3.0@9673 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-06-02 17:50:37 +00:00
parent add91aa2d7
commit 83f385d263
25 changed files with 161 additions and 148 deletions

View file

@ -189,7 +189,7 @@ class AutomationTimeAxisView : public TimeAxisView {
//void set_colors ();
void color_handler ();
static Pango::FontDescription* name_font;
static Pango::FontDescription name_font;
static bool have_name_font;
private: