diff Framework/Widgets/IWidget.h @ 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 e2fe9352f240
line wrap: on
line diff
--- a/Framework/Widgets/IWidget.h	Fri May 26 12:20:26 2017 +0200
+++ b/Framework/Widgets/IWidget.h	Fri May 26 13:42:50 2017 +0200
@@ -74,7 +74,5 @@
     // Subclasses can call this method to signal the display of the
     // widget must be refreshed
     virtual void NotifyChange() = 0;
-
-    virtual void Start() = 0;
   };
 }