summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-19 02:06:51 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-19 02:06:51 +0000
commitd25f061a8bfc71317f045c6b78d98777cd871098 (patch)
tree5a6f0129715e0970105d1297521b757fbae95fdf /src/window.py
parentef58ef0e462c99b47c6da0133cf14728aa0a4a42 (diff)
downloadpoezio-d25f061a8bfc71317f045c6b78d98777cd871098.tar.gz
poezio-d25f061a8bfc71317f045c6b78d98777cd871098.tar.bz2
poezio-d25f061a8bfc71317f045c6b78d98777cd871098.tar.xz
poezio-d25f061a8bfc71317f045c6b78d98777cd871098.zip
back to a non-bugged version, PLEASE test and report ANY regression
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/window.py b/src/window.py
index 81902f4e..0df6c7e7 100644
--- a/src/window.py
+++ b/src/window.py
@@ -152,12 +152,6 @@ class TextWin(object):
self.parent_win = parent_win
self.wins = {}
- def rebuild(self, lines):
- """
- deprecated
- """
- pass # TODO
-
def redraw(self, room):
"""
called when the buffer changes or is
@@ -446,7 +440,6 @@ class Input(Win):
self.win.addstr(nick)
self.refresh()
-
def do_command(self, key):
self.reset_completion()
(y, x) = self.win.getyx()