# HG changeset patch # User Mark Doliner # Date 1129527153 0 # Node ID 0c54f9b0e67c8f14f9b839bc063ae614b7d640f3 # Parent 828802f2251bed066b8224dbfddfaf2be2dce2a7 [gaim-migrate @ 13962] I spent a lot of time getting rid of the warnings from gcc 4 (Stu probably did, too). Please compile with -Wall committer: Tailor Script diff -r 828802f2251b -r 0c54f9b0e67c src/conversation.c --- a/src/conversation.c Mon Oct 17 01:43:09 2005 +0000 +++ b/src/conversation.c Mon Oct 17 05:32:33 2005 +0000 @@ -535,8 +535,6 @@ void gaim_conversation_set_features(GaimConversation *conv, GaimConnectionFlags features) { - GaimConversationUiOps *ops; - g_return_if_fail(conv != NULL); conv->features = features; @@ -625,8 +623,6 @@ void gaim_conversation_set_title(GaimConversation *conv, const char *title) { - GaimConversationUiOps *ops; - g_return_if_fail(conv != NULL); g_return_if_fail(title != NULL);