Remove unused methods.
authorHuang Peng <shawn.p.huang@gmail.com>
Fri, 13 Jun 2008 12:34:19 +0000 (20:34 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Fri, 13 Jun 2008 12:34:19 +0000 (20:34 +0800)
panel/candidatewindow.py

index 572f45b..4b92bfb 100644 (file)
@@ -36,12 +36,6 @@ class CandidateWindow (gtk.Window):
        def update_preedit (self, text, attrs, cursor_pos, show):
                self._candidate_panel.update_preedit (text, attrs, cursor_pos, show)
 
-       def show_preedit_string (self, text, attrs):
-               self._candidate_panel.show_preedit_string ()
-
-       def hide_preedit_string (self, text, attrs):
-               self._candidate_panel.hide_preedit_string ()
-
        def update_aux_string (self, text, attrs, show):
                self._candidate_panel.update_aux_string (text, attrs, show)