projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06d700
)
Revert "[Tizen] Fix coverity issue : Initialize rendererAdded"
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Tue, 1 Apr 2025 09:41:33 +0000
(18:41 +0900)
committer
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Tue, 1 Apr 2025 09:41:33 +0000
(18:41 +0900)
This reverts commit
c06d700463bea5b8eb963b8ecdbe90c60bd3d2d7
.
dali/integration-api/core.h
patch
|
blob
|
history
diff --git
a/dali/integration-api/core.h
b/dali/integration-api/core.h
index 4fbb1f183de8190f2c974aca64302420dff7afed..ef5487f06ebfaad8c647f84be51ec438a22244b6 100644
(file)
--- a/
dali/integration-api/core.h
+++ b/
dali/integration-api/core.h
@@
-83,7
+83,6
@@
public:
UpdateStatus()
: keepUpdating(false),
needsNotification(false),
- rendererAdded(false),
secondsFromLastFrame(0.0f)
{
}