Remove checking the result
authorChoi Munseok <ms47.choi@samsung.com>
Wed, 15 May 2013 06:26:29 +0000 (15:26 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Wed, 15 May 2013 06:26:29 +0000 (15:26 +0900)
Change-Id: I7104d91c9adf509dd495b3442d59da08a08973d4
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
src/ui/FUi_Clipboard.cpp

index bcb0b95..7a9a27f 100644 (file)
@@ -968,8 +968,8 @@ _Clipboard::LoadBitmapN(const String& path)
 
        bool hasAlpha = _ImageUtil::HasAlphaChannel(*pStr);
 
-       r = GetLastResult();
-       SysTryReturn(NID_UI, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
+//     r = GetLastResult();
+//     SysTryReturn(NID_UI, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
 
        BitmapPixelFormat bmpPixelFormat = BITMAP_PIXEL_FORMAT_RGB565;
        MediaPixelFormat mediaPixelFormat = MEDIA_PIXEL_FORMAT_RGB565LE;