Remove cruft, this was superseded by round_robin_palette_color

This commit is contained in:
Robin Gareus 2026-01-20 03:13:37 +01:00
parent 6d654b5ed3
commit e9ccefea31
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 5 deletions

View file

@ -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 ()

View file

@ -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;
};