libpurple/connection.h

branch
soc.2008.masterpassword
changeset 34020
e0ce5fb11bdb
parent 34019
bc87f596bb4c
child 34021
25c14927f826
--- a/libpurple/connection.h	Mon Jan 05 08:51:51 2009 +0000
+++ b/libpurple/connection.h	Mon Jan 05 09:03:13 2009 +0000
@@ -61,10 +61,6 @@
  */
 typedef enum
 {
-	/** There was no error
-	 *
-	 */
-	PURPLE_CONNECTION_ERROR_NO_ERROR = -1,
 	/** There was an error sending or receiving on the network socket, or
 	 *  there was some protocol error (such as the server sending malformed
 	 *  data).
@@ -262,8 +258,6 @@
 	guint disconnect_timeout;    /**< Timer used for nasty stack tricks  */
 	time_t last_received;        /**< When we last received a packet. Set by the
 					  prpl to avoid sending unneeded keepalives */
-
-	PurpleConnectionError disconnect_reason;
 };
 
 #ifdef __cplusplus

mercurial