/soc/2012/michael/android: e9b3ee21096c: iRemoved the extra purp...
Michael Zangl
michael at soc.pidgin.im
Sat Jul 7 13:09:21 EDT 2012
Changeset: e9b3ee21096c9b000b27398806d0063617d62312
Author: Michael Zangl <michael at soc.pidgin.im>
Date: 2012-07-07 19:09 +0200
Branch: soc.2012.android
URL: http://hg.pidgin.im/soc/2012/michael/android/rev/e9b3ee21096c
Description:
iRemoved the extra purple_init_*_plugin calls in CoreManager, because plugins are initialized by libpurple.
diffstat:
android/workspace/im.pidgin.libpurple/native/CoreManager.c | 17 --------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (34 lines):
diff --git a/android/workspace/im.pidgin.libpurple/native/CoreManager.c b/android/workspace/im.pidgin.libpurple/native/CoreManager.c
--- a/android/workspace/im.pidgin.libpurple/native/CoreManager.c
+++ b/android/workspace/im.pidgin.libpurple/native/CoreManager.c
@@ -24,18 +24,6 @@
JavaObjectReference coreManagerInstance;
-/* protocol init functions */
-extern gboolean
-purple_init_jabber_plugin(void);
-extern gboolean
-purple_init_msn_plugin(void);
-extern gboolean
-purple_init_aim_plugin(void);
-extern gboolean
-purple_init_icq_plugin(void);
-extern gboolean
-purple_init_yahoo_plugin(void);
-
/**
* Called on a ui init event from the core.
*/
@@ -70,11 +58,6 @@
/* plugins init */
__android_log_print(ANDROID_LOG_WARN, "jni", "loading plugins");
- purple_init_jabber_plugin();
- purple_init_msn_plugin();
- purple_init_aim_plugin();
- purple_init_icq_plugin();
- purple_init_yahoo_plugin();
__android_log_print(ANDROID_LOG_WARN, "jni", "starting core");
purple_core_set_ui_ops(&coreUiOps);
More information about the Commits
mailing list