From 109daf1a3d57f9e15cec73828a960a64c378a309 Mon Sep 17 00:00:00 2001 From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:17:40 +0900 Subject: [PATCH] [NUI] Remove version check (#638) Signed-off-by: huiyu.eun --- src/Tizen.NUI/src/internal/Application.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index e7cc4a9..e16fbf0 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -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(); -- 2.7.4