/soc/2013/ankitkv/gobjectification: ca1f4c23d6fa: Removed unnece...
Ankit Vani
a at nevitus.org
Sat Jul 13 12:27:30 EDT 2013
Changeset: ca1f4c23d6fa6b26dd61681eee4de8b623a52bde
Author: Ankit Vani <a at nevitus.org>
Date: 2013-07-13 21:57 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/ca1f4c23d6fa
Description:
Removed unnecessary reminder and warning
diffstat:
libpurple/connection.c | 3 +--
libpurple/protocols/jabber/parser.c | 1 -
2 files changed, 1 insertions(+), 3 deletions(-)
diffs (24 lines):
diff --git a/libpurple/connection.c b/libpurple/connection.c
--- a/libpurple/connection.c
+++ b/libpurple/connection.c
@@ -79,8 +79,7 @@ struct _PurpleConnectionPrivate
*/
gboolean wants_to_die;
- guint disconnect_timeout; /**< Timer used for nasty stack tricks
- TODO Get rid of this. */
+ 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 */
};
diff --git a/libpurple/protocols/jabber/parser.c b/libpurple/protocols/jabber/parser.c
--- a/libpurple/protocols/jabber/parser.c
+++ b/libpurple/protocols/jabber/parser.c
@@ -308,7 +308,6 @@ void jabber_parser_process(JabberStream
}
if (js->protocol_version.major == 0 && js->protocol_version.minor == 9 &&
-#warning Is this (gc->disconnect_timeout) required here? If so, an alternative is needed.
#if 0
!js->gc->disconnect_timeout &&
#endif
More information about the Commits
mailing list