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

This commit is contained in:
Sakamoto Shiina
2023-09-01 03:36:33 +09:00
parent 19b2cbb010
commit 55ee9e6325
5 changed files with 1 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ def _createSettingBoxContainer(config_window, settings, setting_box_container_se
return setting_box_wrapper_section_title_frame
# Common setting
# Setting box container
setting_box_container_widget = CTkFrame(config_window.main_setting_box_bg_wrapper, corner_radius=0, fg_color=settings.ctm.MAIN_BG_COLOR, width=0, height=0)

View File

@@ -1,5 +1,3 @@
from time import sleep
from customtkinter import StringVar, IntVar
from utils import callFunctionIfCallable

View File

@@ -1,11 +1,8 @@
from time import sleep
from customtkinter import StringVar, IntVar
from tkinter import font as tk_font
from languages import selectable_languages
from utils import get_key_by_value, callFunctionIfCallable
from .._SettingBoxGenerator import _SettingBoxGenerator
from config import config
@@ -16,7 +13,7 @@ def createSettingBox_Appearance(setting_box_wrapper, config_window, settings):
createSettingBoxSlider = sbg.createSettingBoxSlider
# 関数名は変えるかもしれない。
# テーマ変更、フォント変更時、 Widget再生成か再起動かは検討中\
# テーマ変更、フォント変更時、 Widget再生成か再起動かは検討中
def slider_transparency_callback(value):
callFunctionIfCallable(config_window.CALLBACK_SET_TRANSPARENCY, value)
@@ -25,7 +22,6 @@ def createSettingBox_Appearance(setting_box_wrapper, config_window, settings):
def optionmenu_ui_scaling_callback(value):
callFunctionIfCallable(config_window.CALLBACK_SET_UI_SCALING, value)
# self.optionmenu_ui_scaling.set(choice)
def optionmenu_font_family_callback(value):
callFunctionIfCallable(config_window.CALLBACK_SET_FONT_FAMILY, value)

View File

@@ -1,5 +1,3 @@
from time import sleep
from customtkinter import StringVar, IntVar
from utils import callFunctionIfCallable

View File

@@ -1,5 +1,3 @@
from time import sleep
from customtkinter import StringVar, IntVar
from utils import callFunctionIfCallable