[Refactor] Remove the code that is no longer in use.

This commit is contained in:
Sakamoto Shiina
2023-10-12 17:03:26 +09:00
parent 67611af116
commit f185b2f475
3 changed files with 2 additions and 44 deletions

19
view.py
View File

@@ -718,25 +718,6 @@ class View():
vrct_gui.config_window.sb__speaker_dynamic_energy_threshold.grid(pady=(0,1))
vrct_gui.config_window.sb__speaker_energy_threshold.grid_remove()
@staticmethod
def setWidgetsStatus_ThresholdCheckButton_Disabled():
vrct_gui._changeConfigWindowWidgetsStatus(
status="disabled",
target_names=[
"mic_energy_threshold_check_button",
"speaker_energy_threshold_check_button",
]
)
@staticmethod
def setWidgetsStatus_ThresholdCheckButton_Normal():
vrct_gui._changeConfigWindowWidgetsStatus(
status="normal",
target_names=[
"mic_energy_threshold_check_button",
"speaker_energy_threshold_check_button",
]
)
def initMicThresholdCheckButton(self):