From 93fad0cee1fdd13016328fda1b4f155c24fbaa08 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 21 Aug 2008 23:06:56 +0100 Subject: [PATCH] remove duplicate config default --- terminatorlib/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index daa461fe..b7396b9b 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -86,7 +86,6 @@ Defaults = { 'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'], 'encoding' : 'UTF-8', 'active_encodings' : ['UTF-8', 'ISO-8859-1'], - 'background_image' : '', 'extreme_tabs' : False, 'fullscreen' : False, 'borderless' : False,