diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 05:55:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:28:32 +0800 |
commit | 71c7a293ef624766a5eba11c402bec54e3b217dc (patch) | |
tree | 61729558eb7a8f891a718d05cb37e75047400f13 | |
parent | 011747a5f75840e440ddb06a08ea5957e74e8cab (diff) | |
download | gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.tar.gz gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.tar.zst gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.zip |
Remove unused E_SHELL_MIGRATE_ERROR domain.
-rw-r--r-- | doc/reference/libeshell/libeshell-sections.txt | 2 | ||||
-rw-r--r-- | 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 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); |