[Tizen] Fix coverity issue 64/267164/1 accepted/tizen/6.5/unified/20211129.211936 submit/tizen_6.5/20211129.074532
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 26 Nov 2021 12:13:06 +0000 (21:13 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 26 Nov 2021 12:13:50 +0000 (21:13 +0900)
Delete useless member value

Change-Id: I390fa72eafda8484121e530d92f30cdc36163b52
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/event/actors/actor-impl.h

index 8f72b23..8ab4be7 100644 (file)
@@ -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.