Prevent issue fix
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Mon, 16 Sep 2013 06:05:01 +0000 (08:05 +0200)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 08:09:07 +0000 (17:09 +0900)
[Issue#]   CID: 32418
[Problem]  Unused variable
[Cause]    Variable defined but not used
[Solution] Remove unused variable

[Verification] Build repository

Change-Id: I04df3df3cefa76b6798be37ed85bfc411e5b2acc

src/view/common/view_logic_certificate_support.cpp

index 5e02bba..c949809 100755 (executable)
@@ -94,7 +94,6 @@ Evas_Object* CertificateSupportUtil::createPopup(
 {
     LogDebug("createPopup");
 
-    Evas_Object* parentWindow = PopupUtil::getParentWindow(window);
     Evas_Object* popup = elm_popup_add(window);
     elm_object_style_set(popup, "popup/default");
     evas_object_size_hint_weight_set(popup,