From 8a31fb62fe129d6ae60810a78a9e201ed5bb6c73 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 4 Jan 2010 22:22:11 +0100 Subject: Added -Wall to CCFLAGS and some code cleanup. --- window_tag.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'window_tag.c') diff --git a/window_tag.c b/window_tag.c index d714f8a..e6ea986 100644 --- a/window_tag.c +++ b/window_tag.c @@ -32,7 +32,6 @@ void on_tagview_cell_toggled(GtkCellRendererToggle *cell_renderer, gchar *path_s /* TODO: Find a better way to do this. */ inline static gboolean is_tag_inconsistent(struct tag_t *tag, GArray *walltags, gboolean *exists) { - gboolean res; gint n_y, n_n; GArray *walltag_single; gboolean found; @@ -219,7 +218,6 @@ struct tagdialog_data_t *window_tagview_new(GtkWidget *parent, GArray* array) { GtkBuilder *builder; GtkDialog *dialog; GtkTreeView *tagview; - GtkWidget *content; GtkButton *selnonebtn; GtkImage *image; GError *error = NULL; -- cgit v1.2.3