Remove old comment

This commit is contained in:
filifa 2024-03-19 20:38:20 -05:00
parent a4bad93a23
commit 1029c49c74
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ def main():
cols.pack(side=tkinter.LEFT)
# Sets up mine number input
# TODO: Set default number of mines (20% of board)
mine_frame = tkinter.Frame(option_box)
mine_frame.pack()
mine_label = tkinter.Label(mine_frame, text="Mines:")