WCheck: remove unused C_CHANGE.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-11-25 09:20:24 +03:00
parent d7ecbd51cf
commit 76ee3b1644
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ check_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *d
if (parm != ' ')
return MSG_NOT_HANDLED;
c->state ^= C_BOOL;
c->state ^= C_CHANGE;
widget_redraw (w);
send_message (w->owner, w, MSG_NOTIFY, (int) MSG_KEY, NULL);
return MSG_HANDLED;

View File

@ -11,7 +11,6 @@
#define CHECK(x) ((WCheck *)(x))
#define C_BOOL 0x0001
#define C_CHANGE 0x0002
/*** enums ***************************************************************************************/