From c3be2cd9237dad13ab0e696bc010766a2b9da9c8 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4a5044ca4674f10e82be7f32ad8f6c1bb38e9ef0 Author: Thilo Graf Date: 2013-04-20 (Sat, 20 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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,