From: Max Kellermann Date: Mon, 22 Sep 2008 08:07:00 +0000 (+0200) Subject: screen: removed window.cur_action_id X-Git-Tag: v0.12_alpha1~189 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8dd2f87a20e0c20fe5d59c991707c9a5dd60ca7c;p=ncmpc.git screen: removed window.cur_action_id The variable cur_action_id is not used at all. --- 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 {