diff --git a/lib/Ray/sources/Drawables/Texture.cpp b/lib/Ray/sources/Drawables/Texture.cpp index 412557d1..6033d88b 100644 --- a/lib/Ray/sources/Drawables/Texture.cpp +++ b/lib/Ray/sources/Drawables/Texture.cpp @@ -49,9 +49,3 @@ const ::Texture &RAY::Texture::getTexture(void) const { return this->_texture; } - -bool RAY::Texture::unload() -{ - UnloadTexture(this->_texture); - return true; -} \ No newline at end of file