[gnome-calendar] source-dialog: squash compilation warning
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] source-dialog: squash compilation warning
- Date: Mon, 25 May 2015 17:04:47 +0000 (UTC)
commit bb675184182273b9282923f8cbfc616f020d2c10
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue May 19 01:21:38 2015 -0400
source-dialog: squash compilation warning
src/gcal-source-dialog.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index 5df977e..7b5824e 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -602,7 +602,6 @@ make_row_from_source (GcalSourceDialog *dialog,
GtkWidget *top_label;
GdkPixbuf *pixbuf;
GtkWidget *icon;
- GtkWidget *grid;
GtkWidget *row;
GdkRGBA color;
gchar *parent_name;
@@ -618,9 +617,6 @@ make_row_from_source (GcalSourceDialog *dialog,
*/
row = g_object_ref (gtk_builder_get_object (builder, "row"));
- /* main box */
- grid = GTK_WIDGET (gtk_builder_get_object (builder, "grid"));
-
/* source color icon */
gdk_rgba_parse (&color, get_color_name_from_source (source));
pixbuf = get_circle_pixbuf_from_color (&color, 24);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]