Mercurial > pidgin
changeset 32248:839116243947
_PurpleAccount.ui_data is unused.
author | andrew.victor@mxit.com |
---|---|
date | Sat, 01 Oct 2011 21:32:38 +0000 |
parents | 1a2840d2cd02 |
children | 385ee739940c 0a2cb0061be1 |
files | ChangeLog.API libpurple/account.h |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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;