Remove static config object

This commit is contained in:
Chris Jones 2009-08-18 12:52:30 +01:00
parent ad372bbdcd
commit 28a5b963f0
1 changed files with 0 additions and 10 deletions

View File

@ -202,14 +202,4 @@ class WindowTitle(object):
self.window.set_title(title)
# Temporary config object until that code is refactored
CONFIG = {'fullscreen':False,
'maximised':False,
'borderless':False,
'enable_real_transparency':True,
'hidden':False,
'keybindings':{'hide_window': '<Super>a',
}
}
# vim: set expandtab ts=4 sw=4: