From: Ed Page Date: Fri, 30 Oct 2009 01:44:36 +0000 (-0500) Subject: Cleaning up some unused code X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=f49526708cbe2439d3ce2f34c8a8aa25247dff05;ds=sidebyside Cleaning up some unused code --- diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index 6d88863..e132119 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -224,18 +224,10 @@ class Gonvert(object): self.restore_units() def _on_shortlist_changed(self, a): - print "shortlist" - if self._shortlistcheck.get_active(): - print "1" - else: - print "0" + raise NotImplementedError("%s" % self._shortlistcheck.get_active()) def _on_edit_shortlist(self, a): - print "edit shortlist" - if self._toggleShortList.get_active(): - print "1" - else: - print "0" + raise NotImplementedError("%s" % self._toggleShortList.get_active()) def _on_user_clear_selections(self, a): selectionsDatPath = "/".join((constants._data_path_, "selections.dat"))