[evolution] Remove unused variables reported by gcc
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove unused variables reported by gcc
- Date: Tue, 14 Jun 2011 07:27:27 +0000 (UTC)
commit de9b1685edf197281c14ce9c1ae8f384866ff0b2
Author: Milan Crha <mcrha redhat com>
Date: Tue Jun 14 09:26:47 2011 +0200
Remove unused variables reported by gcc
mail/e-mail-notebook-view.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/mail/e-mail-notebook-view.c b/mail/e-mail-notebook-view.c
index 66bf935..544902d 100644
--- a/mail/e-mail-notebook-view.c
+++ b/mail/e-mail-notebook-view.c
@@ -82,12 +82,10 @@ static void
mnv_set_current_tab (EMailNotebookView *view,
gint page)
{
- ClutterAnimation *animation;
-
clutter_actor_set_opacity (view->priv->actor, 0);
gtk_notebook_set_current_page (view->priv->book, page);
- animation = clutter_actor_animate (
+ clutter_actor_animate (
(ClutterActor *) view->priv->actor,
CLUTTER_EASE_IN_SINE, 500, "opacity", 255, NULL);
}
@@ -1035,15 +1033,10 @@ build_histogram (GtkWidget *widget, CamelFolder *folder)
gfloat ratio;
gint x = 0;
time_t now = time (NULL);
- GtkStyle *style;
- GdkColor *color;
for (i=0; i<54; i++)
weeks[i] = 0;
- style = gtk_widget_get_style (GTK_WIDGET (widget));
- color = &style->mid[GTK_STATE_NORMAL];
-
uids = camel_folder_get_uids (folder);
camel_folder_summary_prepare_fetch_all (folder->summary, NULL);
for (i = 0; i < uids->len; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]