Mercurial > pidgin
diff src/main.c @ 6479:b808f9734879
[gaim-migrate @ 6992]
(19:12:00) Robot101: replacing some slightly crufty old code which makes assumptions like AIM-only, ignores gcs, could've messed up in certain obscure circumstances.
(19:12:10) Robot101: my code's probably more efficient in cpu and memory too.
(19:12:28) Robot101: and it's orthogonal to my message queue work so I split it off.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 15 Aug 2003 23:13:42 +0000 |
| parents | d6777fa16645 |
| children | 156e6643f9db |
line wrap: on
line diff
--- a/src/main.c Fri Aug 15 22:16:44 2003 +0000 +++ b/src/main.c Fri Aug 15 23:13:42 2003 +0000 @@ -65,14 +65,8 @@ static GtkWidget *name; static GtkWidget *pass; -GSList *away_messages = NULL; -GSList *message_queue = NULL; -GSList *unread_message_queue = NULL; -GSList *away_time_queue = NULL; - GtkWidget *mainwindow = NULL; - int opt_away = 0; int docklet_count = 0; char *opt_away_arg = NULL;
