summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
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()