aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-18 22:58:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-23 03:34:11 +0800
commitc75f58d01bb7bbe139cd73a85894dc5f50185816 (patch)
treea7ed07daa233b004c1ee8a6a39839a8a2d39b597 /modules/calendar
parent03c039c098314b94767a2ec81b73c40fb4cbc168 (diff)
downloadgsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.gz
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.bz2
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.lz
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.xz
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.zst
gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.zip
Fix compiler warnings.
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-content.c1
-rw-r--r--modules/calendar/e-cal-shell-sidebar.c1
-rw-r--r--modules/calendar/e-memo-shell-view-actions.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/calendar/e-cal-shell-content.c b/modules/calendar/e-cal-shell-content.c
index 5e60ecd82b..e2e1ce58cf 100644
--- a/modules/calendar/e-cal-shell-content.c
+++ b/modules/calendar/e-cal-shell-content.c
@@ -328,7 +328,6 @@ cal_shell_content_constructed (GObject *object)
GSettings *settings;
GtkWidget *container;
GtkWidget *widget;
- const gchar *key;
gchar *markup;
gint ii;
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index f896db6136..c73ca8ab77 100644
--- a/modules/calendar/e-cal-shell-sidebar.c
+++ b/modules/calendar/e-cal-shell-sidebar.c
@@ -526,7 +526,6 @@ cal_shell_sidebar_restore_state_cb (EShellWindow *shell_window,
GtkTreeModel *model;
GSList *list, *iter;
GObject *object;
- const gchar *key;
priv = E_CAL_SHELL_SIDEBAR (shell_sidebar)->priv;
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c
index c832066b59..3a0874616f 100644
--- a/modules/calendar/e-memo-shell-view-actions.c
+++ b/modules/calendar/e-memo-shell-view-actions.c
@@ -866,7 +866,6 @@ e_memo_shell_view_actions_init (EMemoShellView *memo_shell_view)
GSettings *memo_settings;
GtkAction *action;
GObject *object;
- const gchar *key;
shell_view = E_SHELL_VIEW (memo_shell_view);
shell_window = e_shell_view_get_shell_window (shell_view);