summaryrefslogtreecommitdiffstats
path: root/Scripts/generate_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/generate_utils.py')
-rw-r--r--Scripts/generate_utils.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/Scripts/generate_utils.py b/Scripts/generate_utils.py
index 349988d..cbb8354 100644
--- a/Scripts/generate_utils.py
+++ b/Scripts/generate_utils.py
@@ -42,15 +42,6 @@ def getToggleParam():
def getScaleParam():
return "TaSTT_Scale"
-# When this is set to true, the board will emit a soft beep sound. It's used to
-# grab attention when speaking.
-def getSpeechNoiseToggleParam():
- return "TaSTT_Speech_Noise_Toggle"
-
-# This is used to disable speaking noises.
-def getSpeechNoiseEnableParam():
- return "TaSTT_Speech_Noise_Enable"
-
# When this is set to true, the board clears.
def getClearBoardParam():
return "TaSTT_Clear_Board"