[NUI] Remove version check (#638)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 7 Jan 2019 09:17:40 +0000 (18:17 +0900)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 09:17:40 +0000 (18:17 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/internal/Application.cs

index e7cc4a9..e16fbf0 100755 (executable)
@@ -947,11 +947,6 @@ namespace Tizen.NUI
         // Callback for Application InitSignal
         private void OnApplicationInit(IntPtr data)
         {
-            if (Version.DaliVersionMatchWithNUI() == false)
-            {
-                Tizen.Log.Fatal("NUI", "Dali and NUI are version mismatched!");
-            }
-
             // Initialize DisposeQueue Singleton class. This is also required to create DisposeQueue on main thread.
             DisposeQueue.Instance.Initialize();