[Chore] remove the code that is no longer in use

This commit is contained in:
Sakamoto Shiina
2023-10-08 21:05:25 +09:00
parent c87c3fa4da
commit 7be50d0010
3 changed files with 0 additions and 14 deletions

View File

@@ -17,13 +17,6 @@ class _SettingBoxGenerator():
self.dropdown_menu_window = vrct_gui.vrct_gui.dropdown_menu_window
# self.dropdown_menu_window = _CreateDropdownMenuWindow(
# settings=self.settings,
# view_variable=self.view_variable,
# wrapper_widget=self.config_window.main_bg_container,
# )
def _createSettingBoxFrame(self, for_var_label_text, for_var_desc_text):
setting_box_frame = CTkFrame(self.parent_widget, corner_radius=0, fg_color=self.settings.ctm.SB__BG_COLOR, width=0, height=0)