Remove useless parameters from MainClock constructor
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 15 Feb 2015 12:56:25 +0000 (12:56 +0000)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 9 Mar 2015 19:17:52 +0000 (19:17 +0000)
commit760e00b028f35937abc72695a02838372eb275a7
tree5f6d810beb405ae38643db00c52fa98ed440a093
parent714677f036fba26df47f2ffd2547447838b3b9b3
Remove useless parameters from MainClock constructor

Remove (always false) duration & is_transient and (always true) editable,
with_info & follows_playhead parameters from MainClock constructor, and just
pass the requisite true & false values along to the AudioClock constructor
instead.
gtk2_ardour/ardour_ui.cc
gtk2_ardour/main_clock.cc
gtk2_ardour/main_clock.h