fix typo and remove deprecated DefaultView

This commit is contained in:
Isaac Connor 2019-03-05 11:01:39 -05:00
parent 8b29c5f54c
commit 49a1954f96
1 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,7 @@ private $defaults = array(
'MaxFPS' => null, 'MaxFPS' => null,
'AlarmMaxFPS' => null, 'AlarmMaxFPS' => null,
'FPSReportInterval' => 100, 'FPSReportInterval' => 100,
'RefBlencPerc' => 6, 'RefBlendPerc' => 6,
'AlarmRefBlendPerc' => 6, 'AlarmRefBlendPerc' => 6,
'Controllable' => 0, 'Controllable' => 0,
'ControlId' => null, 'ControlId' => null,
@ -78,7 +78,6 @@ private $defaults = array(
'TrackDelay' => null, 'TrackDelay' => null,
'ReturnLocation' => -1, 'ReturnLocation' => -1,
'ReturnDelay' => null, 'ReturnDelay' => null,
'DefaultView' => 'Events',
'DefaultRate' => 100, 'DefaultRate' => 100,
'DefaultScale' => 100, 'DefaultScale' => 100,
'SignalCheckPoints' => 0, 'SignalCheckPoints' => 0,