src/multi.h

changeset 2438
fcfcd515eebf
parent 2417
7751d1269b09
child 2706
ac9384d37d6c
--- a/src/multi.h	Fri Oct 05 22:23:27 2001 +0000
+++ b/src/multi.h	Sat Oct 06 00:10:29 2001 +0000
@@ -26,7 +26,7 @@
 
 /* ok. now the fun begins. first we create a connection structure */
 struct gaim_connection {
-	int edittype; /* CUI: this is ui-specific and should be removed */
+	int edittype; /* XXX CUI: this is ui-specific and should be removed */
 
 	/* we need to do either oscar or TOC */
 	/* we make this as an int in case if we want to add more protocols later */
@@ -54,10 +54,9 @@
 	char username[64];
 	char displayname[128];
 	char password[32];
-	int options; /* same as aim_user options */
 	guint keepalive;
 	/* stuff needed for per-connection idle times */
-	guint idle_timer; /* CUI: we need to figure out what to do about idle reporting */
+	guint idle_timer;
 	time_t login_time;
 	time_t lastsent;
 	int is_idle;

mercurial