summaryrefslogtreecommitdiff
path: root/libpurple/core.h
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2011-03-18 02:59:12 +0000
committerRichard Laager <rlaager@pidgin.im>2011-03-18 02:59:12 +0000
commit542d804ae2aaa4ae406e66954afd2ae70daffb4c (patch)
tree92eabf2d5a06771288ab98a24532b4478a3ae242 /libpurple/core.h
parented9b82b95411856fcea6b3c40704f05fc62f768d (diff)
downloadpidgin-542d804ae2aaa4ae406e66954afd2ae70daffb4c.tar.gz
Drop the .gaim -> .purple migration code
Diffstat (limited to 'libpurple/core.h')
-rw-r--r--libpurple/core.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libpurple/core.h b/libpurple/core.h
index c55591e234..edebd94a3a 100644
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -156,17 +156,6 @@ void purple_core_set_ui_ops(PurpleCoreUiOps *ops);
PurpleCoreUiOps *purple_core_get_ui_ops(void);
/**
- * Migrates from <tt>.gaim</tt> to <tt>.purple</tt>.
- *
- * UIs <strong>must not</strong> call this if they have been told to use a
- * custom user directory.
- *
- * @return A boolean indicating success or migration failure. On failure,
- * the application must display an error to the user and then exit.
- */
-gboolean purple_core_migrate(void);
-
-/**
* Ensures that only one instance is running. If libpurple is built with D-Bus
* support, this checks if another process owns the libpurple bus name and if
* so whether that process is using the same configuration directory as this