aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/reference/libeshell/libeshell-sections.txt2
-rw-r--r--shell/e-shell-migrate.h15
2 files changed, 0 insertions, 17 deletions
diff --git a/doc/reference/libeshell/libeshell-sections.txt b/doc/reference/libeshell/libeshell-sections.txt
index f6b997d4a1..eaec920011 100644
--- a/doc/reference/libeshell/libeshell-sections.txt
+++ b/doc/reference/libeshell/libeshell-sections.txt
@@ -31,8 +31,6 @@ e_shell_cancel_quit
e_shell_adapt_window_size
e_shell_set_startup_view
e_shell_get_startup_view
-E_SHELL_MIGRATE_ERROR
-EShellMigrateError
e_shell_migrate_attempt
e_shell_detect_meego
<SUBSECTION Standard>
diff --git a/shell/e-shell-migrate.h b/shell/e-shell-migrate.h
index 54656badab..aa446adc15 100644
--- a/shell/e-shell-migrate.h
+++ b/shell/e-shell-migrate.h
@@ -27,23 +27,8 @@
#include <shell/e-shell-common.h>
#include <shell/e-shell.h>
-/**
- * E_SHELL_MIGRATE_ERROR:
- *
- * Error domain for migration operations. Errors in this domain will be
- * from the #EShellMigrateError enumeration. See #GError for information
- * on error domains.
- **/
-#define E_SHELL_MIGRATE_ERROR \
- (e_shell_migrate_error_quark ())
-
G_BEGIN_DECLS
-/* XXX Need more specific error codes? */
-typedef enum {
- E_SHELL_MIGRATE_ERROR_FAILED
-} EShellMigrateError;
-
gboolean e_shell_migrate_attempt (EShell *shell);
GQuark e_shell_migrate_error_quark (void);