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 9a98f59 commit c3c6a1c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/layout_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,21 +264,6 @@ static GtkWidget *layout_config_widget(GtkWidget *group, GtkWidget *box, gint st
return group;
}

#if 0
static void layout_config_row_move(GtkWidget *clist, gint source_row, gint dest_row, gpointer data)
{
gchar *text;
gint i;

for (i = 0; i < 3; i++)
{
text = g_strdup_printf("%d", i + 1);
gtk_clist_set_text(GTK_CLIST(clist), i, 0, text);
g_free(text);
}
}
#endif

static void layout_config_number_cb(GtkTreeViewColumn *tree_column, GtkCellRenderer *cell,
GtkTreeModel *store, GtkTreeIter *iter, gpointer data)
{
Expand Down

0 comments on commit c3c6a1c

Please sign in to comment.