mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NOOP, re-indent and remove trailing whitespace
This commit is contained in:
parent
f2273dc3b6
commit
f39286f92f
2 changed files with 714 additions and 715 deletions
|
|
@ -57,8 +57,8 @@ MonitorSection::MonitorSection (Session* s)
|
|||
: AxisView (s)
|
||||
, RouteUI (s)
|
||||
, _tearoff (0)
|
||||
, channel_table_viewport (*channel_table_scroller.get_hadjustment(),
|
||||
*channel_table_scroller.get_vadjustment ())
|
||||
, channel_table_viewport (*channel_table_scroller.get_hadjustment()
|
||||
, *channel_table_scroller.get_vadjustment ())
|
||||
, gain_control (0)
|
||||
, dim_control (0)
|
||||
, solo_boost_control (0)
|
||||
|
|
@ -597,7 +597,6 @@ MonitorSection::toggle_exclusive_solo ()
|
|||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
MonitorSection::toggle_mute_overrides_solo ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue