# HG changeset patch # User andrew.victor@mxit.com # Date 1317504758 0 # Node ID 8391162439471b465e39a6fbda72a0bdfe416704 # Parent 1a2840d2cd02ce94577c6be0004b09d35f1e3da8 _PurpleAccount.ui_data is unused. diff -r 1a2840d2cd02 -r 839116243947 ChangeLog.API --- a/ChangeLog.API Sat Oct 01 21:11:11 2011 +0000 +++ b/ChangeLog.API Sat Oct 01 21:32:38 2011 +0000 @@ -100,6 +100,7 @@ * _GntProgressBarOrientation * _GntTreeColumnFlag * _GntWidgetFlags + * _PurpleAccount.ui_data * _PurpleCipherBatchMode * _PurpleCipherCaps * _PurpleCmdFlag diff -r 1a2840d2cd02 -r 839116243947 libpurple/account.h --- a/libpurple/account.h Sat Oct 01 21:11:11 2011 +0000 +++ b/libpurple/account.h Sat Oct 01 21:32:38 2011 +0000 @@ -164,7 +164,6 @@ PurplePresence *presence; /**< Presence. */ PurpleLog *system_log; /**< The system log */ - void *ui_data; /**< The UI can put data here. */ PurpleAccountRegistrationCb registration_cb; void *registration_cb_user_data;