Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl-bthr authored and quozl committed Jan 19, 2019
1 parent 7712da3 commit 88b0a08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/jarabe/desktop/homebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ def resume(self):
def suspend(self):
pass

def has_activities(self):
# TODO: Do we need this?
# return self._donut.has_activities()
return False

def set_resume_mode(self, resume_mode, favorite_view=0):
self._resume_mode = resume_mode
self._favorites_boxes[favorite_view].set_resume_mode(resume_mode)
Expand Down

0 comments on commit 88b0a08

Please sign in to comment.