summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-10 21:04:15 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-10 21:04:15 +0000
commita7bad9d71c327cb6c1396149bf5a703ba13e5e82 (patch)
treeba784f5ad73c88de8ae62b4d442076872d78987c /alot/buffers.py
parent52ed85bbb63a569d61ab8ae6a9353dd0ad4c657c (diff)
removed unused Buffer.apply_command
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 6e142c5e..e3501015 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -28,11 +28,6 @@ class Buffer(object):
"""tells the buffer to (re)construct its visible content."""
pass
- def apply_command(self, cmd):
- # call and store it directly for a local cmd history
- # TODO: not needed for now
- self.ui.apply_command(cmd)
-
def keypress(self, size, key):
return self.body.keypress(size, key)