Skip to content

Commit

Permalink
Removed unused functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed May 4, 2018
1 parent fb10407 commit 9edbd50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/entry_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ def add_with_data():
entry_grid.add_row(data=data)


def remove_row():
entry_grid.remove_row(0)


def read():
print(entry_grid.read(as_dicts=False))

Expand Down
4 changes: 0 additions & 4 deletions examples/label_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ def add_row():
label_grid.add_row(row)


def remove_row():
label_grid.remove_row(0)


if __name__ == '__main__':

root = tk.Tk()
Expand Down

0 comments on commit 9edbd50

Please sign in to comment.