src/protocols/gg/libgg.c

changeset 9713
bb37562302a1
parent 9663
59a2776bbce5
child 9863
323e4fe28791
--- a/src/protocols/gg/libgg.c	Sun Aug 08 03:39:26 2004 +0000
+++ b/src/protocols/gg/libgg.c	Sun Aug 08 05:38:02 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.c 10513 2004-08-04 18:27:09Z lschiere $ */
+/* $Id: libgg.c 10574 2004-08-08 05:38:02Z thekingant $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -64,16 +64,13 @@
 int gg_http_proxy_port = 0;
 char *gg_http_proxy_host = NULL;
 
-/* temp -Herman */
-static int ping_outstanding = 0;
-
 #ifndef lint 
 
 static char rcsid[]
 #ifdef __GNUC__
 __attribute__ ((unused))
 #endif
-= "$Id: libgg.c 10513 2004-08-04 18:27:09Z lschiere $";
+= "$Id: libgg.c 10574 2004-08-08 05:38:02Z thekingant $";
 
 #endif 
 
@@ -1126,7 +1123,6 @@
 	    case GG_PONG:
 	    {
 		gg_debug(GG_DEBUG_MISC, "-- received a pong\n");
-		ping_outstanding = 0;
 		sess->last_pong = time(NULL);
 		break;
 	    }

mercurial