From cdb16c02fa3df10e59fbec092deff7ac5e389566 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 6 Mar 2013 15:17:39 +0100 Subject: [PATCH] Removed web browser settings that aren't actually different from the defaults. --- platform/pc-6001/contiki-conf.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/platform/pc-6001/contiki-conf.h b/platform/pc-6001/contiki-conf.h index d0760d9c3..8f20e2c5e 100644 --- a/platform/pc-6001/contiki-conf.h +++ b/platform/pc-6001/contiki-conf.h @@ -175,15 +175,5 @@ typedef unsigned long clock_time_t; #define WWW_CONF_WEBPAGE_WIDTH 76 #define WWW_CONF_WEBPAGE_HEIGHT 30 -#define WWW_CONF_HISTORY_SIZE 40 -#define WWW_CONF_MAX_URLLEN 200 -#define WWW_CONF_MAX_NUMPAGEWIDGETS 80 -#define WWW_CONF_RENDERSTATE 1 -#define WWW_CONF_FORMS 1 -#define WWW_CONF_MAX_FORMACTIONLEN 200 -#define WWW_CONF_MAX_FORMNAMELEN 200 -#define WWW_CONF_MAX_INPUTNAMELEN 200 -#define WWW_CONF_MAX_INPUTVALUELEN 240 -#define WWW_CONF_PAGEVIEW 1 #endif /* __CONTIKI_CONF_H__ */