Unneeded variables now that ccomment() is gone

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@200 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-31 06:25:59 +00:00
parent 31ca4349ce
commit a1369613b5

View File

@ -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;