summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-14 01:12:39 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-14 01:12:39 +0100
commitcd8d00859924c09d3054e33d92d9db5ceb7271e7 (patch)
tree3e19b117e49e5d0cfceb1d264a8c1389c18d2521 /plugins/gtkui/gtkui.c
parenta2155c92f7cdd28c03871da9a13183d636d72984 (diff)
playlist code refactoring WIP
Diffstat (limited to 'plugins/gtkui/gtkui.c')
-rw-r--r--plugins/gtkui/gtkui.c2
1 files changed, 1 insertions, 1 deletions
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