Update of /cvsroot/netrek/client/netrekxp/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31550/include Modified Files: proto.h Log Message: Remove CheckFeatures() - deprecated version of modern feature packets, no longer used by servers. Index: proto.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- proto.h 9 Jun 2009 01:04:33 -0000 1.70 +++ proto.h 9 Jun 2009 01:50:37 -0000 1.71 @@ -150,7 +150,6 @@ unsigned char to); int instr (char *string1, char *string2); -// static void CheckFeatures(char *m); void sendVersion (void); #ifdef CLUECHECKBORG void ClueRespond (char *message);