From: Jihoon Kim Date: Thu, 13 Jul 2023 04:45:51 +0000 (+0900) Subject: Remove unused code X-Git-Tag: accepted/tizen/unified/20240122.175430~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d391c4480d47afdb4befe55d33ca319657be6e30;p=platform%2Fcore%2Fuifw%2Flibscl-ui-nui.git Remove unused code Change-Id: I1ba90ec67c75ac67f5da3f21f67ec21538aa264f Signed-off-by: Jihoon Kim --- diff --git a/scl/sclwindows.cpp b/scl/sclwindows.cpp index 242fdb8..0071cfd 100644 --- a/scl/sclwindows.cpp +++ b/scl/sclwindows.cpp @@ -304,12 +304,6 @@ bool CSCLWindows::close_popup(sclwindow window, sclboolean timed_out) } if (SCL_EVENT_PASS_ON == handler->on_event_notification(SCL_UINOTITYPE_POPUP_CLOSING, &desc)) { -#if 0 // NOT_USED - SclNotiPopupClosedDesc closed_desc; - closed_desc.ui_event_desc = NULL; - closed_desc.input_mode = desc.input_mode; - closed_desc.timed_out = desc.timed_out; -#endif handler->on_event_notification(SCL_UINOTITYPE_POPUP_CLOSED, &desc); CSCLKeyFocusHandler *focus_handler = CSCLKeyFocusHandler::get_instance();