From 2dd62937f02126c75c401fce50c6444a376e2f9f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 13 Oct 2011 17:23:54 +0200 Subject: Build fixes --- shell/e-shell-window-private.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'shell/e-shell-window-private.c') diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 2b3d159ada..cfee37ddbf 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -30,12 +30,10 @@ shell_window_save_switcher_style_cb (GtkRadioAction *action, GtkRadioAction *current, EShellWindow *shell_window) { - EShell *shell; GSettings *settings; GtkToolbarStyle style; const gchar *string; - shell = e_shell_window_get_shell (shell_window); settings = g_settings_new ("org.gnome.evolution.shell"); style = gtk_radio_action_get_current_value (action); @@ -66,13 +64,11 @@ shell_window_save_switcher_style_cb (GtkRadioAction *action, static void shell_window_init_switcher_style (EShellWindow *shell_window) { - EShell *shell; GtkAction *action; GSettings *settings; GtkToolbarStyle style; gchar *string; - shell = e_shell_window_get_shell (shell_window); settings = g_settings_new ("org.gnome.evolution.shell"); action = ACTION (SWITCHER_STYLE_ICONS); @@ -256,7 +252,6 @@ e_shell_window_private_constructed (EShellWindow *shell_window) { EShellWindowPrivate *priv = shell_window->priv; EShell *shell; - GSettings *settings; GtkAction *action; GtkAccelGroup *accel_group; GtkUIManager *ui_manager; -- cgit v1.2.3