Skip to content

Commit

Permalink
remove unused edit method
Browse files Browse the repository at this point in the history
  • Loading branch information
ederag committed Feb 3, 2020
1 parent f9d2a84 commit 0cffe9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hamster-windows-service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ def _open_window(self, name):
subprocess.run("hamster {} &".format(name),
shell=True)

# Shell extension is not using it, so probably no-one is.
# To be removed.
@dbus.service.method("org.gnome.Hamster.WindowServer")
def edit(self, id=None):
dialogs.edit.show(self.app, fact_id = id)

@dbus.service.method("org.gnome.Hamster.WindowServer")
def overview(self):
self._open_window("overview")
Expand Down

0 comments on commit 0cffe9c

Please sign in to comment.