From 809b8ccc60f16255d6c5b2b228a1463f2123ea4c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 2 Jun 2013 18:43:19 +0200 Subject: GWIN checkbox fix --- include/gwin/checkbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/gwin/checkbox.h b/include/gwin/checkbox.h index cfa9f646..0289a50a 100644 --- a/include/gwin/checkbox.h +++ b/include/gwin/checkbox.h @@ -38,7 +38,6 @@ typedef struct GEventGWinCheckbox_t { GEventType type; // The type of this event (GEVENT_GWIN_CHECKBOX) GHandle checkbox; // The checkbox that has been depressed (actually triggered on release) - bool_t state; // The state of the checkbox (selected or unselected) } GEventGWinCheckbox; typedef enum GCheckboxShape_e { -- cgit v1.2.3