Remove unused code

This commit is contained in:
ZyX 2014-11-30 01:35:10 +03:00
parent 8560e9261d
commit 2304242ca2
1 changed files with 0 additions and 5 deletions

View File

@ -62,11 +62,6 @@ vim_modes = {
} }
eventfuncs = defaultdict(lambda: [])
bufeventfuncs = defaultdict(lambda: [])
defined_events = set()
# TODO Remove cache when needed # TODO Remove cache when needed
def window_cached(func): def window_cached(func):
cache = {} cache = {}