From 71c7a293ef624766a5eba11c402bec54e3b217dc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 13 Dec 2012 16:55:09 -0500 Subject: Remove unused E_SHELL_MIGRATE_ERROR domain. --- shell/e-shell-migrate.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'shell/e-shell-migrate.h') 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 #include -/** - * 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); -- cgit v1.2.3