mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove unused variable
This commit is contained in:
parent
cf9176c3bb
commit
fdcc209354
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ UIConfiguration::reset_gtk_theme ()
|
||||||
for (ColorAliases::iterator g = color_aliases.begin(); g != color_aliases.end(); ++g) {
|
for (ColorAliases::iterator g = color_aliases.begin(); g != color_aliases.end(); ++g) {
|
||||||
|
|
||||||
if (g->first.find ("gtk_") == 0) {
|
if (g->first.find ("gtk_") == 0) {
|
||||||
ColorAliases::const_iterator a = color_aliases.find (g->first);
|
|
||||||
const string gtk_name = g->first.substr (4);
|
const string gtk_name = g->first.substr (4);
|
||||||
ss << gtk_name << ":#" << std::setw (6) << setfill ('0') << (color (g->second) >> 8) << ';';
|
ss << gtk_name << ":#" << std::setw (6) << setfill ('0') << (color (g->second) >> 8) << ';';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue