diff Framework/Viewport/WidgetViewport.cpp @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents 298f375dcb68
children 81f73efd81a1
line wrap: on
line diff
--- a/Framework/Viewport/WidgetViewport.cpp	Fri May 26 12:20:26 2017 +0200
+++ b/Framework/Viewport/WidgetViewport.cpp	Fri May 26 13:42:50 2017 +0200
@@ -265,13 +265,4 @@
       centralWidget_->UpdateContent();
     }
   }
-
-
-  void WidgetViewport::Start()
-  {
-    if (centralWidget_.get() != NULL)
-    {
-      centralWidget_->Start();
-    }
-  }
 }