]> skyeroc.xyz Git - dgamelaunch/commitdiff
Unneeded variables now that ccomment() is gone
authorJoshua Kwan <joshk@triplehelix.org>
Sat, 31 Jan 2004 06:25:59 +0000 (06:25 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sat, 31 Jan 2004 06:25:59 +0000 (06:25 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@200 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

config.l

index 83a66522b2309e46d8c6273dc866fd29aabe01c9..4a8856267aa4cf3178d214c7e712f2974e010930 100644 (file)
--- a/config.l
+++ b/config.l
@@ -9,7 +9,6 @@
 #include "dgamelaunch.h"
 
 unsigned int line = 1, col = 0;
-unsigned int comment_begin_line, comment_begin_col;
 
 #define YY_USER_ACTION col += yyleng;