Skip to content

Commit 6e799e2

Browse files
Cleanup AO Popup
1 parent 7454186 commit 6e799e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/navigate/view/popups/adaptiveoptics_popup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -361,13 +361,6 @@ def __init__(self, root, *args, **kwargs):
361361
row=0, column=0, sticky=tk.NSEW, padx=(5, 5), pady=(5, 5)
362362
)
363363

364-
camera_var = tk.StringVar()
365-
#: ttk.Combobox: Camera List
366-
self.camera_list = ttk.Combobox(master=self.tab_cnn, textvariable=camera_var)
367-
# self.camera_list["values"] = ("cam_0", "cam_1")
368-
self.camera_list.grid(row=0, column=0, padx=10, pady=10)
369-
# self.camera_list.current(0)
370-
371364
def onFrameConfigure(self, event):
372365
"""Reset the scroll region to encompass the inner frame.
373366

0 commit comments

Comments
 (0)