tremoving unneeded background color. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2d83c719a20bb487cf7a2c4c91e7b638766e5a44
 (DIR) parent 159022e4ef2c58670f539d86ea3f9c846ada0021
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Thu, 10 Sep 2009 23:32:39 +0200
       
       removing unneeded background color.
       Diffstat:
         M config.def.h                        |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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 */