From 4a5044ca4674f10e82be7f32ad8f6c1bb38e9ef0 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 20 Apr 2013 21:07:03 +0200 Subject: [PATCH] CComponents: remove unused enum type --- src/gui/components/cc_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index daef3f517..c416e36b0 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -73,7 +73,6 @@ typedef struct comp_fbdata_t typedef enum { CC_FBDATA_TYPE_BGSCREEN, - CC_FBDATA_TYPE_SHADOW, CC_FBDATA_TYPE_BOX, CC_FBDATA_TYPE_FRAME, CC_FBDATA_TYPE_LINE,