NO-OP: whitespace
This commit is contained in:
parent
a23ac120f2
commit
0afd18eb5d
@ -1622,8 +1622,7 @@ RouteUI::toggle_solo_safe (Gtk::CheckMenuItem* check)
|
|||||||
_route->solo_safe_control()->set_value (check->get_active() ? 1.0 : 0.0, Controllable::UseGroup);
|
_route->solo_safe_control()->set_value (check->get_active() ? 1.0 : 0.0, Controllable::UseGroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Ask the user to choose a colour, and then apply that color to my route
|
/** Ask the user to choose a colour, and then apply that color to my route */
|
||||||
*/
|
|
||||||
void
|
void
|
||||||
RouteUI::choose_color ()
|
RouteUI::choose_color ()
|
||||||
{
|
{
|
||||||
@ -2220,9 +2219,8 @@ RouteUI::track_mode_changed (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** @return the color that this route should use; it maybe its own,
|
/** @return the color that this route should use; it maybe its own,
|
||||||
or it maybe that of its route group.
|
* or it maybe that of its route group.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Gdk::Color
|
Gdk::Color
|
||||||
RouteUI::route_color () const
|
RouteUI::route_color () const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user