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

This commit is contained in:
Sakamoto Shiina
2023-09-20 23:20:42 +09:00
parent 4cd62309c6
commit bd9f0bb58c
13 changed files with 6 additions and 25 deletions

View File

@@ -12,8 +12,6 @@ from .main_window import createMainWindowWidgets
from .config_window import ConfigWindow
from .ui_utils import _setDefaultActiveTab
from .main_window.widgets import createMinimizeSidebarButton
from utils import callFunctionIfCallable
class VRCT_GUI(CTk):