Remove old audio display color options which have been replaced by the audio color schemes

Originally committed to SVN as r5881.
This commit is contained in:
Thomas Goyne 2011-11-18 22:57:17 +00:00
parent f4a975d64c
commit 262a74dc6f
2 changed files with 1 additions and 17 deletions

View file

@ -91,11 +91,6 @@
"Colour" : {
"Audio Display" : {
"Background" : {
"Background" : "rgb(0,0,0)",
"Selection" : "rgb(64, 64, 64)",
"Selection Modified" : "rgb(92, 0, 0)"
},
"Keyframe" : "rgb(255,0,255)",
"Line Boundary Inactive Line" : "rgb(190,190,190)",
"Line boundary End" : "rgb(0, 0, 216)",
@ -103,11 +98,7 @@
"Play Cursor" : "rgb(255,255,255)",
"Seconds Boundaries" : "rgb(0, 100, 255)",
"Syllable Boundaries" : "rgb(255,255,0)",
"Syllable Text" : "rgb(255,0,0)",
"Waveform" : "rgb(0, 200, 0)",
"Waveform Inactive" : "rgb(0, 80, 0)",
"Waveform Modified" : "rgb(255, 230, 230)",
"Waveform Selected" : "rgb(255,255,255)"
"Syllable Text" : "rgb(255,0,0)"
},
"Style Editor" : {
"Background" : {

View file

@ -210,14 +210,7 @@ Interface_Colours::Interface_Colours(wxTreebook *book, Preferences *parent): Opt
wxFlexGridSizer *audio = PageSizer(_("Audio Display"));
OptionAdd(audio, _("Play cursor"), "Colour/Audio Display/Play Cursor");
OptionAdd(audio, _("Background"), "Colour/Audio Display/Background/Background");
OptionAdd(audio, _("Selection background"), "Colour/Audio Display/Background/Selection");
OptionAdd(audio, _("Selection background modified"), "Colour/Audio Display/Background/Selection Modified");
OptionAdd(audio, _("Seconds boundaries"), "Colour/Audio Display/Seconds Boundaries");
OptionAdd(audio, _("Waveform"), "Colour/Audio Display/Waveform");
OptionAdd(audio, _("Waveform selected"), "Colour/Audio Display/Waveform Selected");
OptionAdd(audio, _("Waveform Modified"), "Colour/Audio Display/Waveform Modified");
OptionAdd(audio, _("Waveform Inactive"), "Colour/Audio Display/Waveform Inactive");
OptionAdd(audio, _("Line boundary start"), "Colour/Audio Display/Line boundary Start");
OptionAdd(audio, _("Line boundary end"), "Colour/Audio Display/Line boundary End");
OptionAdd(audio, _("Line boundary inactive line"), "Colour/Audio Display/Line Boundary Inactive Line");