]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conn.h
removed obsolete "int Conn_MaxFD"
[ngircd.git] / src / ngircd / conn.h
index 307e5bb53931554dce04fa326e1617956b4b8bc9..7d1c2e54c2a6a0991009476cf8f45d215ddd43a9 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conn.h,v 1.39 2005/09/12 19:10:20 fw Exp $
+ * $Id: conn.h,v 1.40 2006/02/02 21:00:22 fw Exp $
  *
  * Connection management (header)
  */
@@ -93,8 +93,6 @@ GLOBAL void Conn_Close PARAMS(( CONN_ID Idx, char *LogMsg, char *FwdMsg, bool In
 
 GLOBAL void Conn_SyncServerStruct PARAMS(( void ));
 
-GLOBAL int Conn_MaxFD;
-
 #endif