viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 41f7c78cc4502dfaff56f736c339e7f5674f06e0
parent e5a368f0575952b09b8773af228023dcafb20edc
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Sun, 14 Oct 2012 20:11:22 -0600

remove unused define

Diffstat:
Msrc/viking.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/viking.h b/src/viking.h @@ -164,9 +164,6 @@ typedef struct { #define BUFFERSIZE 255 #define MAXTAGSIZE 200 -/* Command size */ -#define COMMANDSIZE 1024 - /* maximum size of internal string variable handled by :set * if you set this to anything lower than 8, colour values * will stop working */