changeset 31865:9e9efd1a09a2

Remove more deprecated stuff
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 03:01:37 +0000
parents 58e0e310ef2e
children af176bf6ac4c
files pidgin/gtkdialogs.c pidgin/gtkdialogs.h pidgin/gtkimhtml.h pidgin/plugins/perl/common/GtkDialogs.xs
diffstat 4 files changed, 0 insertions(+), 46 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sun Aug 21 02:56:19 2011 +0000
+++ b/pidgin/gtkdialogs.c	Sun Aug 21 03:01:37 2011 +0000
@@ -1114,26 +1114,6 @@
 }
 
 static void
-pidgin_dialogs_alias_contact_cb(PurpleContact *contact, const char *new_alias)
-{
-	purple_blist_alias_contact(contact, new_alias);
-}
-
-void
-pidgin_dialogs_alias_contact(PurpleContact *contact)
-{
-	g_return_if_fail(contact != NULL);
-
-	purple_request_input(NULL, _("Alias Contact"), NULL,
-					   _("Enter an alias for this contact."),
-					   contact->alias, FALSE, FALSE, NULL,
-					   _("Alias"), G_CALLBACK(pidgin_dialogs_alias_contact_cb),
-					   _("Cancel"), NULL,
-					   NULL, purple_contact_get_alias(contact), NULL,
-					   contact);
-}
-
-static void
 pidgin_dialogs_alias_buddy_cb(PurpleBuddy *buddy, const char *new_alias)
 {
 	purple_blist_alias_buddy(buddy, new_alias);
--- a/pidgin/gtkdialogs.h	Sun Aug 21 02:56:19 2011 +0000
+++ b/pidgin/gtkdialogs.h	Sun Aug 21 03:01:37 2011 +0000
@@ -42,14 +42,6 @@
 void pidgin_dialogs_info(void);
 void pidgin_dialogs_log(void);
 
-#if !(defined PIDGIN_DISABLE_DEPRECATED) || (defined _PIDGIN_GTKDIALOGS_C_)
-/**
- * @deprecated This function is no longer used and will be removed in
- *             Pidgin 3.0.0 unless there is sufficient demand to keep it.
- */
-void pidgin_dialogs_alias_contact(PurpleContact *);
-#endif
-
 void pidgin_dialogs_alias_buddy(PurpleBuddy *);
 void pidgin_dialogs_alias_chat(PurpleChat *);
 void pidgin_dialogs_remove_buddy(PurpleBuddy *);
--- a/pidgin/gtkimhtml.h	Sun Aug 21 02:56:19 2011 +0000
+++ b/pidgin/gtkimhtml.h	Sun Aug 21 03:01:37 2011 +0000
@@ -154,20 +154,6 @@
 	GList *protocols; /* List of GtkIMHtmlProtocol's */
 };
 
-#if !(defined PIDGIN_DISABLE_DEPRECATED) && !(defined _PIDGIN_GTKIMHTML_C_)
-/** @deprecated as of 2.7.10 */
-struct _GtkIMHtmlFontDetail {
-	gushort size;
-	gchar *face;
-	gchar *fore;
-	gchar *back;
-	gchar *bg;
-	gchar *sml;
-	gboolean underline;
-	gshort bold;
-};
-#endif
-
 struct _GtkSmileyTree {
 	GString *values;
 	GtkSmileyTree **children;
--- a/pidgin/plugins/perl/common/GtkDialogs.xs	Sun Aug 21 02:56:19 2011 +0000
+++ b/pidgin/plugins/perl/common/GtkDialogs.xs	Sun Aug 21 03:01:37 2011 +0000
@@ -24,10 +24,6 @@
 pidgin_dialogs_log()
 
 void
-pidgin_dialogs_alias_contact(contact)
-	Purple::BuddyList::Contact contact
-
-void
 pidgin_dialogs_alias_buddy(buddy)
 	Purple::BuddyList::Buddy buddy