Revert "[Tizen] Fix coverity issue : Initialize rendererAdded"
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 1 Apr 2025 09:41:33 +0000 (18:41 +0900)
committerJaehyun 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

index 4fbb1f183de8190f2c974aca64302420dff7afed..ef5487f06ebfaad8c647f84be51ec438a22244b6 100644 (file)
@@ -83,7 +83,6 @@ public:
   UpdateStatus()
   : keepUpdating(false),
     needsNotification(false),
-    rendererAdded(false),
     secondsFromLastFrame(0.0f)
   {
   }