core cleanup: remove struct sipe_account_data
commit563d8ca4e5e6e50b38c1c95aecc334f044af21d7
authorStefan Becker <chemobejk@gmail.com>
Thu, 8 Dec 2011 22:12:57 +0000 (9 00:12 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 8 Dec 2011 22:12:57 +0000 (9 00:12 +0200)
tree797707b28677fe944426af14d60f34c95c887244
parent39662282b63394c854475e12b8578a2ce4b72e18
core cleanup: remove struct sipe_account_data

The purple fields in the data structure were only used in one function
that was only called from one purple wrapper. By merging it into the
calling wrapper the purple gc and account became directly accessible
thus removing the need for sipe_account_data.

   "It's dead Jim..."
src/api/core-depurple.h
src/core/sipe-core-private.h
src/core/sipe-core.c
src/core/sipe.c
src/core/sipe.h
src/purple/purple-plugin.c