]> git.sur5r.net Git - cc65/commitdiff
Removed an anused constant.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Dec 2011 17:43:48 +0000 (17:43 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Dec 2011 17:43:48 +0000 (17:43 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5344 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/grc65/grc65.c

index dea06205bb1552e52bda9a82b5dd7a25cc16b2db..dc281c593e23beeca1886bc5c4bd5028ad6a3b3e 100644 (file)
@@ -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 {