mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
Remove cruft, this was superseded by round_robin_palette_color
This commit is contained in:
parent
6d654b5ed3
commit
e9ccefea31
2 changed files with 0 additions and 5 deletions
|
|
@ -47,8 +47,6 @@ using namespace ARDOUR;
|
|||
using namespace ARDOUR_UI_UTILS;
|
||||
using Gtkmm2ext::Keyboard;
|
||||
|
||||
list<Gdk::Color> GroupTabs::_used_colors;
|
||||
|
||||
#define BASELINESTRETCH (1.25)
|
||||
|
||||
GroupTabs::GroupTabs ()
|
||||
|
|
|
|||
|
|
@ -180,8 +180,5 @@ private:
|
|||
bool _hovering;
|
||||
|
||||
mutable PBD::ScopedConnection _new_route_group_connection;
|
||||
|
||||
/** colors that have been used for new route group tabs */
|
||||
static std::list<Gdk::Color> _used_colors;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue