Cleanup dead declaration from ShaderEffect 90/44490/1
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Wed, 22 Jul 2015 12:55:15 +0000 (13:55 +0100)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Wed, 22 Jul 2015 12:55:50 +0000 (13:55 +0100)
Change-Id: I96e27dd7692fcd828a15f4f1900fe9b6865c2788

dali/internal/render/shaders/scene-graph-shader.cpp
dali/internal/render/shaders/scene-graph-shader.h

index 913a07162ff9751bd5d261b2fce891cabdf21de5..fb6e1f1393941a78ddfeb9e23e23778a11d7fa96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 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.
index 198b55723b8d69e5bebee1d900fd64ebc97ec450..8c8bd73178e08a62320df4dc054fd3ad6c6e06bf 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_SCENE_GRAPH_SHADER_H__
 
 /*
- * Copyright (c) 2014-2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 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.
 namespace Dali
 {
 
-namespace Integration
-{
-typedef unsigned int ResourceId;
-} // namespace Integration
-
 namespace Internal
 {