From: uz Date: Wed, 28 Dec 2011 17:43:48 +0000 (+0000) Subject: Removed an anused constant. X-Git-Tag: V2.13.3~120 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fb6d2c3b1f8822d29ce7e345a895b40c0e4da57;p=cc65 Removed an anused constant. git-svn-id: svn://svn.cc65.org/cc65/trunk@5344 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/grc65/grc65.c b/src/grc65/grc65.c index dea06205b..dc281c593 100644 --- a/src/grc65/grc65.c +++ b/src/grc65/grc65.c @@ -31,8 +31,6 @@ /* I hope that no one will be able to create a .grc bigger than this... */ #define BLOODY_BIG_BUFFER 65000 -/* there are no 6MB GEOS binaries... I hope! */ -#define THIS_BUFFER_IS_SOOO_HUGE 6000000 struct menuitem {