Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent 2d84366 commit fc188f3
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/bar_keywords.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ struct _ConfDialogData
gboolean edit_existing;
};

//static GList *bar_list = NULL;


static void bar_pane_keywords_write(PaneKeywordsData *pkd)
{
Expand Down Expand Up @@ -194,25 +192,6 @@ static void bar_keyword_tree_sync(PaneKeywordsData *pkd)
if (pkd->collapse_unchecked) gtk_tree_model_foreach(model, bar_keyword_tree_collapse_if_unset_cb, pkd);
}

#if 0
static void bar_pane_keywords_keyword_update_all(void)
{
GList *work;

work = bar_list;
while (work)
{
PaneKeywordsData *pkd;
// GList *keywords;

pkd = work->data;
work = work->next;

bar_keyword_tree_sync(pkd);
}
}
#endif

static void bar_pane_keywords_update(PaneKeywordsData *pkd)
{
GList *keywords = NULL;
Expand Down Expand Up @@ -324,10 +303,6 @@ static void bar_pane_keywords_keyword_toggle(GtkCellRendererToggle *toggle, cons

/* call this just once in the end */
bar_pane_keywords_changed(keyword_buffer, pkd);
/*
bar_pane_keywords_change calls bar_keyword_tree_sync, no need to do it again
bar_keyword_tree_sync(pkd);
*/
}

void bar_pane_keywords_filter_modify(GtkTreeModel *model, GtkTreeIter *iter, GValue *value, gint column, gpointer data)
Expand Down

0 comments on commit fc188f3

Please sign in to comment.