Remove non-touch related deprecated APIs
[platform/core/uifw/dali-demo.git] / examples / simple-visuals-control / simple-visuals-application.cpp
index 73e4b4c..a687bd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -107,9 +107,6 @@ void SimpleVisualsApplication::Create( Application& application )
   // Connect to key events so can quit application
   stage.KeyEventSignal().Connect(this, &SimpleVisualsApplication::OnKeyEvent);
 
-  // Hide the indicator bar
-  application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE );
-
   // Create a table view to parent the 2 MyControls
   TableView contentLayout = TableView::New( 2, 2 );
   contentLayout.SetProperty( Dali::Actor::Property::NAME,"ContentLayout");