diff --git a/src/ca65/pseudo.h b/src/ca65/pseudo.h index 32e774b9d..ba2636825 100644 --- a/src/ca65/pseudo.h +++ b/src/ca65/pseudo.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 1998-2010, Ullrich von Bassewitz */ +/* (C) 1998-2011, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -38,20 +38,6 @@ -/*****************************************************************************/ -/* Data */ -/*****************************************************************************/ - - - -/* Are we inside a .IF condition that has been evaluated to TRUE? */ -extern unsigned char IfCond; - -/* How many .IFs are currently open? */ -extern unsigned OpenIfs; - - - /*****************************************************************************/ /* Code */ /*****************************************************************************/