From 386cdde85d4dd83be27cd8180bae03136b9a228a Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Fri, 26 Nov 2021 21:13:06 +0900 Subject: [PATCH] [Tizen] Fix coverity issue Delete useless member value Change-Id: I390fa72eafda8484121e530d92f30cdc36163b52 Signed-off-by: Eunki, Hong --- dali/internal/event/actors/actor-impl.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.7.4