diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-12 02:27:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-17 20:49:12 +0800 |
commit | 7ec9a50ee085ea083e0424dbd7e117573cf4847a (patch) | |
tree | 8cb1579c17393fbddbc2ecd88229381d406be038 /shell/e-shell.h | |
parent | 2e87aa81fc94f5d9564421e036adae7b48e7380a (diff) | |
download | gsoc2013-evolution-7ec9a50ee085ea083e0424dbd7e117573cf4847a.tar.gz gsoc2013-evolution-7ec9a50ee085ea083e0424dbd7e117573cf4847a.tar.zst gsoc2013-evolution-7ec9a50ee085ea083e0424dbd7e117573cf4847a.zip |
Remove EShellSettings.
EShellSettings predates GSettings and is no longer necessary.
GSettings allows binding GObject properties to GSettings keys,
with optional mapping functions. That fulfills the purpose of
EShellSettings.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index bdbbf0942f..94ed735c69 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -28,7 +28,6 @@ #include <shell/e-shell-common.h> #include <shell/e-shell-backend.h> -#include <shell/e-shell-settings.h> /* Standard GObject macros */ #define E_TYPE_SHELL \ @@ -117,7 +116,6 @@ EShellBackend * e_shell_get_backend_by_name (EShell *shell, EShellBackend * e_shell_get_backend_by_scheme (EShell *shell, const gchar *scheme); EClientCache * e_shell_get_client_cache (EShell *shell); -EShellSettings *e_shell_get_shell_settings (EShell *shell); ESourceRegistry * e_shell_get_registry (EShell *shell); GtkWidget * e_shell_create_shell_window (EShell *shell, |