Mercurial > pidgin
diff src/connection.c @ 10447:6feef0a9098a
[gaim-migrate @ 11712]
A few minor improvements and some documentation updates.
Conscious evolution in the back of your mind...
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 29 Dec 2004 21:53:59 +0000 |
| parents | 6a043ae92db6 |
| children | 2d809781816f |
line wrap: on
line diff
--- a/src/connection.c Wed Dec 29 20:01:48 2004 +0000 +++ b/src/connection.c Wed Dec 29 21:53:59 2004 +0000 @@ -147,15 +147,12 @@ gaim_connection_connect(GaimConnection *gc, GaimStatus *status) { GaimAccount *account; - GaimConnectionUiOps *ops; GaimPluginProtocolInfo *prpl_info = NULL; g_return_if_fail(gc != NULL); gaim_debug_info("connection", "Connecting. gc = %p\n", gc); - ops = gaim_connections_get_ui_ops(); - if (gc->prpl != NULL) prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); else {
