From: Eunki, Hong Date: Fri, 26 Nov 2021 12:13:06 +0000 (+0900) Subject: [Tizen] Fix coverity issue X-Git-Tag: accepted/tizen/6.5/unified/20211129.211936^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=386cdde85d4dd83be27cd8180bae03136b9a228a [Tizen] Fix coverity issue Delete useless member value Change-Id: I390fa72eafda8484121e530d92f30cdc36163b52 Signed-off-by: Eunki, Hong --- diff --git a/dali/internal/event/actors/actor-impl.h b/dali/internal/event/actors/actor-impl.h index 8f72b23..8ab4be7 100644 --- a/dali/internal/event/actors/actor-impl.h +++ b/dali/internal/event/actors/actor-impl.h @@ -1850,7 +1850,6 @@ protected: bool mKeyboardFocusableChildren : 1; ///< Whether the children of this actor can be focusable by keyboard navigation. bool mTouchFocusable : 1; ///< Whether the actor should be focusable by touch bool mOnSceneSignalled : 1; ///< Set to true before OnSceneConnection signal is emitted, and false before OnSceneDisconnection - bool mInsideOnSizeSet : 1; ///< Whether we are inside OnSizeSet bool mInheritPosition : 1; ///< Cached: Whether the parent's position should be inherited. bool mInheritOrientation : 1; ///< Cached: Whether the parent's orientation should be inherited. bool mInheritScale : 1; ///< Cached: Whether the parent's scale should be inherited.