Merge "Fixes the change of style when the text-field grabs the keyboard focus." into...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / shader-effects / motion-blur-effect.h
index b0681e5..a4aaa7f 100644 (file)
@@ -214,7 +214,6 @@ inline ShaderEffect CreateMotionBlurEffect( unsigned int numBlurSamples = 8 )
 
   // NOTE: we must turn on alpha blending for the actor (HINT_BLENDING)
   ShaderEffect shader = ShaderEffect::New( vertexSource, fragmentSource,
-                                           GeometryType(GEOMETRY_TYPE_IMAGE),
                                            ShaderEffect::GeometryHints( ShaderEffect::HINT_BLENDING | ShaderEffect::HINT_GRID) );
 
   //////////////////////////////////////