diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-10 23:32:39 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-10 23:32:39 +0200 |
commit | 2d83c719a20bb487cf7a2c4c91e7b638766e5a44 (patch) | |
tree | 793a021aac539839945b83941bfbfaca1041ef00 /config.def.h | |
parent | 159022e4ef2c58670f539d86ea3f9c846ada0021 (diff) | |
download | surf-2d83c719a20bb487cf7a2c4c91e7b638766e5a44.tar.gz surf-2d83c719a20bb487cf7a2c4c91e7b638766e5a44.tar.bz2 surf-2d83c719a20bb487cf7a2c4c91e7b638766e5a44.zip |
removing unneeded background color.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 3338c9a..e1d2f50 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,6 @@ /* modifier 0 means no modifier */ static gchar *progress = "#FF0000"; static gchar *progress_trust = "#00FF00"; -static gchar *background = "#000000"; #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ |