aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {