Fixed build breaks after updating other dali repositories
[platform/core/uifw/dali-demo.git] / examples / shared / view.h
index 41a8f38..b961b78 100644 (file)
@@ -97,8 +97,9 @@ Dali::Layer CreateView( Dali::Application& application,
     view.SetBackground( backgroundImageActor );
   }
 
+  // FIXME
   // Connects the orientation signal with the View::OrientationChanged method.
-  application.GetOrientation().ChangedSignal().Connect( &view, &Dali::Toolkit::View::OrientationChanged );
+  //application.GetOrientation().ChangedSignal().Connect( &view, &Dali::Toolkit::View::OrientationChanged );
 
   // Create default ToolBar