remove "canvasvar_" from all functions related to obtaining values from ARDOUR_UI::config()

This commit is contained in:
Paul Davis 2014-10-21 22:55:08 -04:00
parent 90df6f3fe6
commit ba4d1cd1c1
39 changed files with 474 additions and 474 deletions

View file

@ -58,8 +58,8 @@ PatchChange::PatchChange(
_flag = new ArdourCanvas::Flag (
parent,
height,
ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeOutline(),
ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeFill(),
ARDOUR_UI::config()->get_MidiPatchChangeOutline(),
ARDOUR_UI::config()->get_MidiPatchChangeFill(),
ArdourCanvas::Duple (x, y)
);