From cd8d00859924c09d3054e33d92d9db5ceb7271e7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 14 Feb 2010 01:12:39 +0100 Subject: playlist code refactoring WIP --- plugins/gtkui/gtkui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui/gtkui.c') diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c index be336f9a..5da99ddc 100644 --- a/plugins/gtkui/gtkui.c +++ b/plugins/gtkui/gtkui.c @@ -413,7 +413,7 @@ typedef struct gtkpl_column_s { int id; // id is faster than format, set to -1 to use format char *format; int width; - int movepos; // valid only while `moving' is 1 +// int movepos; // valid only while `moving' is 1 struct gtkpl_column_s *next; unsigned align_right : 1; unsigned sort_order : 2; // 0=none, 1=asc, 2=desc -- cgit v1.2.3