aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_window.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-25 17:42:57 +0200
committerMax Kellermann <max@duempel.org>2008-09-25 17:42:57 +0200
commit707cd9f789dfc7d49c95eb7cf54cb051912a1e99 (patch)
treec51300b4bc7627b535e31e539b83ecd995c50d61 /src/list_window.h
parent208fb7e7362cabc2d73a3bd0eedc1e4014d7e7a4 (diff)
downloadmpd-707cd9f789dfc7d49c95eb7cf54cb051912a1e99.tar.gz
mpd-707cd9f789dfc7d49c95eb7cf54cb051912a1e99.tar.xz
mpd-707cd9f789dfc7d49c95eb7cf54cb051912a1e99.zip
list_window: removed property "repaint"
The property "repaint" is never read, since all callers repaint the list window on demand.
Diffstat (limited to 'src/list_window.h')
-rw-r--r--src/list_window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list_window.h b/src/list_window.h
index 9a348a26a..c85bc750f 100644
--- a/src/list_window.h
+++ b/src/list_window.h
@@ -22,7 +22,6 @@ typedef struct list_window {
unsigned start;
unsigned selected;
unsigned xoffset;
- int repaint;
int flags;
} list_window_t;