src/connection.h

changeset 9944
71ef020ec4b0
parent 9221
cae2261ba6f2
child 9981
c4793f0259fd
--- a/src/connection.h	Fri Sep 03 21:21:25 2004 +0000
+++ b/src/connection.h	Fri Sep 03 21:35:52 2004 +0000
@@ -91,13 +91,8 @@
 	time_t last_sent_time;       /**< The time something was last sent.  */
 	int is_idle;                 /**< Idle state of the connection.      */
 
-	char *away;                  /**< The current away message, or NULL  */
-	char *away_state;            /**< The last away type.                */
 	gboolean is_auto_away;       /**< Whether or not it's auto-away.     */
 
-	int evil;                    /**< Warning level for AIM (why is
-	                                  this here?)                        */
-
 	gboolean wants_to_die;	     /**< Wants to Die state.  This is set
 	                                  when the user chooses to sign off,
 	                                  or when the protocol is

mercurial