diff plugins/gaim-remote/remote.c @ 9962:499a71d5d20f

[gaim-migrate @ 10870] #if 0 some things so other things will compile and Gaim can be fixed once piece at a time committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Sep 2004 05:24:25 +0000
parents f8e395a054e2
children bdec08a8fc5b
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Tue Sep 07 05:15:38 2004 +0000
+++ b/plugins/gaim-remote/remote.c	Tue Sep 07 05:24:25 2004 +0000
@@ -396,6 +396,7 @@
 			gaim_account_connect(account);
 		/* don't need to do anything here because the UI will get updates from other handlers */
 		break;
+#if 0 /* STATUS */
        case CUI_USER_AWAY:
                 {
                     GSList* l;
@@ -412,6 +413,7 @@
        case CUI_USER_BACK:
                 do_im_back(NULL, NULL);
                 break;
+#endif /* STATUS */
 	default:
 		gaim_debug(GAIM_DEBUG_WARNING, "cui",
 				   "Unhandled user subtype %d\n", subtype);