[evolution] Remove unused E_SHELL_MIGRATE_ERROR domain.



commit 71c7a293ef624766a5eba11c402bec54e3b217dc
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Dec 13 16:55:09 2012 -0500

    Remove unused E_SHELL_MIGRATE_ERROR domain.

 doc/reference/libeshell/libeshell-sections.txt |    2 --
 shell/e-shell-migrate.h                        |   15 ---------------
 2 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/doc/reference/libeshell/libeshell-sections.txt b/doc/reference/libeshell/libeshell-sections.txt
index f6b997d..eaec920 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 54656ba..aa446ad 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]