Removed GeometryType from ShaderEffect and ShaderSubType
[platform/core/uifw/dali-core.git] / dali / internal / common / type-abstraction-enums.h
index e3e1afd..0aa1ed3 100644 (file)
@@ -36,8 +36,6 @@ namespace Internal
 
 template <> struct ParameterType< CullFaceMode > : public BasicType< CullFaceMode > {};
 template <> struct ParameterType< BlendingMode::Type > : public BasicType< BlendingMode::Type > {};
-template <> struct ParameterType< GeometryType > : public BasicType< GeometryType > {};
-template <> struct ParameterType< ShaderSubTypes > : public BasicType< ShaderSubTypes > {};
 
 } //namespace Internal