diff src/protocols/gg/libgg.c @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents 318d14658f95
children 0e3a84f18467
line wrap: on
line diff
--- 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;
 	    }