From 176174c4e55be33d6740b4ede13daaaa3bba12aa Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 23 Jan 2017 15:55:38 +0100 Subject: [PATCH] cc_types.h: remove obsolete type enums Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/1d0ebf239ad2eab1516e4138d7ef4bc6a1a0d75c Author: Thilo Graf Date: 2017-01-23 (Mon, 23 Jan 2017) --- src/gui/components/cc_types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 5fc909f0e..12a42cf7c 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -147,14 +147,6 @@ enum CC_ALONG_Y = 2 }; -enum -{ - CC_ITEMBOX_ICON, - CC_ITEMBOX_PICTURE, - CC_ITEMBOX_TEXT, - CC_ITEMBOX_CLOCK -}; - typedef struct cc_element_data_t { int type;