Gesture event refactor
[platform/core/uifw/dali-core.git] / dali / integration-api / core.cpp
index b14df7c..8c27976 100644 (file)
@@ -38,7 +38,6 @@ Core* Core::New( RenderController& renderController,
                  PlatformAbstraction& platformAbstraction,
                  GlAbstraction& glAbstraction,
                  GlSyncAbstraction& glSyncAbstraction,
-                 GestureManager& gestureManager,
                  ResourcePolicy::DataRetention policy,
                  RenderToFrameBuffer renderToFboEnabled,
                  DepthBufferAvailable depthBufferAvailable,
@@ -49,7 +48,6 @@ Core* Core::New( RenderController& renderController,
                                         platformAbstraction,
                                         glAbstraction,
                                         glSyncAbstraction,
-                                        gestureManager,
                                         policy,
                                         renderToFboEnabled,
                                         depthBufferAvailable,