Remove unsued member variable 07/294307/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 16 Jun 2023 02:47:09 +0000 (11:47 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 16 Jun 2023 02:47:09 +0000 (11:47 +0900)
Change-Id: If4125c2e39bd97890a470ea6b1a6056e70f835d2

dali/internal/render/shaders/render-shader.h

index fbd3ea2..99df59b 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_RENDER_SHADER_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -70,8 +70,6 @@ public:
   [[nodiscard]] ShaderDataPtr GetShaderData(uint32_t renderPass) const;
 
 private: // Data
-  Dali::Shader::Hint::Value mHints;
-
   std::vector<ShaderDataPtr> mShaderDataList;
 };