aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-22 10:07:00 +0200
committerMax Kellermann <max@duempel.org>2008-09-22 10:07:00 +0200
commit8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c (patch)
tree114624fac42f2825b7269c90d94edf0c5097da5e /src/screen.h
parentaaac278ea54a4cebbda9508c1a4e7ec93a71f4e9 (diff)
downloadmpd-8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c.tar.gz
mpd-8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c.tar.xz
mpd-8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c.zip
screen: removed window.cur_action_id
The variable cur_action_id is not used at all.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index aad9852a0..2a38c07a9 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -16,7 +16,6 @@
struct window {
WINDOW *w;
int rows, cols;
- int cur_action_id;
};
typedef struct screen {