Skip to content

Commit 8eea848

Browse files
Stephen HodgsonStephen Hodgson
authored andcommitted
Dictation Manager, removed extra line
1 parent eb62dda commit 8eea848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/HoloToolkit/Input/Scripts/Microphone/DictationInputManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public static float AutoSilenceTimeout
5757
{
5858
return dictationRecognizer != null ? dictationRecognizer.AutoSilenceTimeoutSeconds : autoSilenceTimeout;
5959
}
60-
6160
set
6261
{
6362
if (value <= 0) throw new ArgumentOutOfRangeException("value");

0 commit comments

Comments
 (0)