Fix coverity issue 65/267165/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 26 Nov 2021 12:16:31 +0000 (21:16 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 26 Nov 2021 12:16:31 +0000 (21:16 +0900)
Delete useless member value

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

index 8f72b23ab4ed546a227e1ea9d77768c65fb32464..8ab4be7f0994ad7efef60984369df4df4a58caa9 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.