gaim/gaim

Parents ad2e10a4e998
Children aeeb47a7d41a
KingAnt: no, you can't #if 0 that out, it's included in a release
(even though it's a no-op) so it has to stay
--- a/src/gtkaccount.c Sat Mar 19 19:37:02 2005 -0500
+++ b/src/gtkaccount.c Sat Mar 19 19:56:52 2005 -0500
@@ -2567,7 +2567,6 @@
g_free(buffer);
}
-#if 0
static void
gaim_gtk_accounts_request_add(GaimAccount *account, const char *remote_user,
const char *id, const char *alias,
@@ -2593,10 +2592,9 @@
buffer, GAIM_DEFAULT_ACTION_NONE, data, 2,
_("Add"), G_CALLBACK(add_user_cb),
_("Cancel"), G_CALLBACK(free_add_user_data));
-
+
g_free(buffer);
}
-#endif
static GaimAccountUiOps ui_ops =
{