Skip to content

Commit

Permalink
Remove deprecated on_active method
Browse files Browse the repository at this point in the history
  • Loading branch information
rrerolle committed May 15, 2013
1 parent 2a9c04a commit da610ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unity-lens-tomboy
Expand Up @@ -196,10 +196,6 @@ class TomboyLens(Unity.Lens):
)
search.finished()

def on_active(self, scope, active):
print 'ACTIVE'
return scope.queue_search_changed(Unity.SearchType.DEFAULT)

def on_activate_uri(self, scope, uri):
self.remote.DisplayNote('(s)', uri)
return Unity.ActivationResponse(
Expand Down

0 comments on commit da610ac

Please sign in to comment.