From 28a5b963f0a5b8a69efba52d19b8f82ae2f17832 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 18 Aug 2009 12:52:30 +0100 Subject: [PATCH] Remove static config object --- terminatorlib/window.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/terminatorlib/window.py b/terminatorlib/window.py index a70053b4..b0d3a323 100755 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -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': 'a', - } - } - # vim: set expandtab ts=4 sw=4: