Code

screen: removed window.cur_action_id
authorMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:07:00 +0000 (10:07 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:07:00 +0000 (10:07 +0200)
The variable cur_action_id is not used at all.

src/screen.h

index aad9852a06bdbfbce21642575b105118d1bb1f29..2a38c07a90b5111ca51c97437e1e969693878405 100644 (file)
@@ -16,7 +16,6 @@
 struct window {
        WINDOW *w;
        int rows, cols;
-       int cur_action_id;
 };
 
 typedef struct screen {