Update of /cvsroot/netrek/client/netrekxp/include
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29533/include

Modified Files:
	data.h 
Log Message:
Remove NEWMACRO and SMARTMACRO defines.  They really
didn't do anything.  Almost all the code was outside the defines, and
it's related to an ancient feature packet negotiation that doesn't exist
anymore.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- data.h	9 Jun 2009 01:23:01 -0000	1.119
+++ data.h	9 Jun 2009 01:33:49 -0000	1.120
@@ -416,7 +416,6 @@
     shipCol[5], rColor, yColor, gColor, unColor, foreColor;
 extern char *colornames[COLORS];
 
-/* jn - SMARTMACRO */
 extern char lastMessage[];
 extern int MacroNum;
 extern char teamlet[];