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

Modified Files:
	data.h proto.h 
Log Message:
Remove BRMH define.  Removed alternate input loop that is
never used.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- data.h	9 Jun 2009 01:33:49 -0000	1.120
+++ data.h	9 Jun 2009 02:23:00 -0000	1.121
@@ -573,11 +573,8 @@
 
 #endif
 
-#ifdef BRMH
 extern int max_fd;
 
-#endif
-
 #ifdef TOOLS
 extern W_Window toolsWin;
 extern int shellTools;

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- proto.h	9 Jun 2009 01:50:37 -0000	1.71
+++ proto.h	9 Jun 2009 02:23:00 -0000	1.72
@@ -944,11 +944,7 @@
 /******************************************************************************/
 /***  redraw.c
 /******************************************************************************/
-#ifdef BRMH
 void intrupt (fd_set * readfds);
-#else
-void intrupt (void);
-#endif
 void redraw (void);
 void stline (int flag);
 void redrawTstats (void);