diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 10:04:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 10:04:44 +0800 |
commit | 91a6b6899e5568ed34f913bedb538dd6c9e35b32 (patch) | |
tree | 972b7185e7c71cff2eac23e7921aa6f679d9ad9b /shell/e-shell-window.h | |
parent | 03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8 (diff) | |
download | gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.gz gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.zst gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.zip |
Commit progress, which breaks everything.
svn path=/branches/kill-bonobo/; revision=35930
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index f883a195a6..17e1a172ee 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -59,9 +59,6 @@ struct _EShellWindowClass { }; GType e_shell_window_get_type (void); -gint e_shell_window_get_current_view (EShellWindow *window); -void e_shell_window_set_current_view (EShellWindow *window, - gint current_view); GtkUIManager * e_shell_window_get_ui_manager (EShellWindow *window); GtkAction * e_shell_window_get_action (EShellWindow *window, const gchar *action_name); |