diff src/protocols/sametime/sametime.c @ 11547:726264a8f48f

[gaim-migrate @ 13802] take that, GaimConvWindow! I shall rip thee out, one line at a time! I hope this doesn't break anything too badly. If #if 0'd it to try to remind myself to come back here later when i write a new function to do what this did. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 15 Sep 2005 00:46:48 +0000
parents 16796e09b9c1
children 3a05b53a589e
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c	Wed Sep 14 19:10:39 2005 +0000
+++ b/src/protocols/sametime/sametime.c	Thu Sep 15 00:46:48 2005 +0000
@@ -2108,7 +2108,6 @@
   struct mwIdBlock *idb;
 
   GaimConversation *gconv;
-  GaimConvWindow *win;
 
   srvc = mwConversation_getService(conv);
   session = mwService_getSession(MW_SERVICE(srvc));
@@ -2125,10 +2124,14 @@
 
   g_return_if_fail(gconv != NULL);
 
+
+#if 0
+  GaimConvWindow *win;
   win = gaim_conversation_get_window(gconv);
   g_return_if_fail(win != NULL);
 
   gaim_conv_window_show(win);
+#endif
 }