diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-17 11:01:37 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-17 11:01:37 +0200 |
commit | 0a6eafe0778f96d98502bf5ebc71179ac5f2d241 (patch) | |
tree | b72bd659ed6b9e5dc79be2eca4a497ac0df613c3 /config.def.h | |
parent | 6376a30379d9a130f01a37b188b8005ed7d05a9d (diff) | |
download | surf-0a6eafe0778f96d98502bf5ebc71179ac5f2d241.tar.gz surf-0a6eafe0778f96d98502bf5ebc71179ac5f2d241.tar.bz2 surf-0a6eafe0778f96d98502bf5ebc71179ac5f2d241.zip |
dl is not needed anymore
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 d683cac..8caebad 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,6 @@ static char *progress_trust = "#00FF00"; static char *stylefile = ".surf/style.css"; static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; -static char *dldir = ".surf/dl/"; static time_t sessiontime = 0; #define NOBACKGROUND 0 |