libpurple/account.h

branch
soc.2013.gobjectification
changeset 34591
485b61b1bec0
parent 34589
428e92c79631
child 34674
2e45aee0af19
--- a/libpurple/account.h	Wed Jun 19 22:48:23 2013 +0530
+++ b/libpurple/account.h	Thu Jun 20 00:33:12 2013 +0530
@@ -569,25 +569,6 @@
 							  const char *name, gboolean value);
 
 /**
- * Returns the UI data associated with this account.
- *
- * @param account The account.
- *
- * @return The UI data associated with this object.  This is a
- *         convenience field provided to the UIs--it is not
- *         used by the libuprple core.
- */
-gpointer purple_account_get_ui_data(const PurpleAccount *account);
-
-/**
- * Set the UI data associated with this account.
- *
- * @param account The account.
- * @param ui_data A pointer to associate with this object.
- */
-void purple_account_set_ui_data(PurpleAccount *account, gpointer ui_data);
-
-/**
  * Returns whether or not the account is connected.
  *
  * @param account The account.

mercurial