From 8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Sep 2008 10:07:00 +0200 Subject: [PATCH] screen: removed window.cur_action_id The variable cur_action_id is not used at all. --- src/screen.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screen.h b/src/screen.h index aad9852..2a38c07 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 { -- 2.30.2