From f49526708cbe2439d3ce2f34c8a8aa25247dff05 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 29 Oct 2009 20:44:36 -0500 Subject: [PATCH] Cleaning up some unused code --- src/gonvert_glade.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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")) -- 1.7.9.5