Removed SdbWinUsbApi.dll warning message
authorkh5325.kim <kh5325.kim@samsung.com>
Wed, 19 Jun 2013 14:12:11 +0000 (23:12 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Wed, 19 Jun 2013 14:12:11 +0000 (23:12 +0900)
org.tizen.common/src/org/tizen/common/CommonPlugin.java

index 043d4a7..9430ccb 100755 (executable)
@@ -93,15 +93,6 @@ public class CommonPlugin extends AbstractUIPlugin {
         initializeExecutor();
         initializeSmartDeviceBridge();
         initializeCrashReportService();
-        
-        if (OSChecker.isWindows()) {
-            String dllPath = InstallPathConfig.getSdbWinUsbApiPath();
-            if (!HostUtil.exists(dllPath)) {
-                DialogUtil.openMessageDialog("There is no " + dllPath + ".\n" +
-                        "It's not mandatory but you may have problem in using sdb through USB.");
-            }
-        }
-
     }
 
     /*