summaryrefslogtreecommitdiff
path: root/window_tag.c
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-01-04 22:22:11 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-01-04 22:22:11 +0100
commit8a31fb62fe129d6ae60810a78a9e201ed5bb6c73 (patch)
tree57406a09e4c20724263f21ba9b6da640bd18019c /window_tag.c
parent3e664405587c5cf44fa05dc4a5864ce08243c1dc (diff)
Added -Wall to CCFLAGS and some code cleanup.
Diffstat (limited to 'window_tag.c')
-rw-r--r--window_tag.c2
1 files changed, 0 insertions, 2 deletions
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;