mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
ci-gui: remove unused code
This commit is contained in:
10
ci-gui.py
10
ci-gui.py
@@ -118,11 +118,6 @@ class CustomInstallGUI(ttk.Frame):
|
|||||||
|
|
||||||
self.after(100, setup_tab)
|
self.after(100, setup_tab)
|
||||||
|
|
||||||
# self.sd_path = None
|
|
||||||
# self.b9_path = default_b9_path
|
|
||||||
# self.seeddb_path = default_seeddb_path
|
|
||||||
# self.movable_sed_path = default_movable_sed_path
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------- #
|
# ---------------------------------------------------------------- #
|
||||||
# create file pickers for base files
|
# create file pickers for base files
|
||||||
file_pickers = ttk.Frame(self)
|
file_pickers = ttk.Frame(self)
|
||||||
@@ -145,11 +140,6 @@ class CustomInstallGUI(ttk.Frame):
|
|||||||
box.delete('1.0', tk.END)
|
box.delete('1.0', tk.END)
|
||||||
box.insert(tk.END, sd_msed_path)
|
box.insert(tk.END, sd_msed_path)
|
||||||
|
|
||||||
# sd_button = ttk.Button(file_pickers, text='Select SD root', command=sd_callback)
|
|
||||||
# sd_button.grid(row=0, column=0, sticky=tk.NSEW)
|
|
||||||
# sd_selected = ttk.Label(file_pickers, text='')
|
|
||||||
# sd_selected.grid(row=0, column=1, sticky=tk.NSEW)
|
|
||||||
|
|
||||||
sd_type_label = ttk.Label(file_pickers, text='SD root')
|
sd_type_label = ttk.Label(file_pickers, text='SD root')
|
||||||
sd_type_label.grid(row=0, column=0)
|
sd_type_label.grid(row=0, column=0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user