Revert "[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment...
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / common / image-loader.h
index a7c42a0..55f1680 100644 (file)
@@ -95,13 +95,6 @@ void SetMaxTextureSize( unsigned int size );
  */
 unsigned int GetMaxTextureSize();
 
-/**
- * @brief Check the gMaxTextureSize is updated or not.
- *
- * @return Whether the gMaxTextureSize is updated or not.
- */
-bool MaxTextureSizeUpdated();
-
 } // ImageLoader
 } // TizenPlatform
 } // Dali