Asynchronous loading of Scene3D resources
[platform/core/uifw/dali-toolkit.git] / dali-scene3d / public-api / loader / cube-loader.cpp
index 7573421..96cafcb 100644 (file)
@@ -93,7 +93,6 @@ namespace Loader
 {
 bool LoadCubeData(const std::string& path, CubeData& cubedata)
 {
-  Texture cubeTexture;
   // Diffuse Cube Map
   if(path.empty())
   {