diff options
Diffstat (limited to 'drivers/gles3/storage/texture_storage.cpp')
-rw-r--r-- | drivers/gles3/storage/texture_storage.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gles3/storage/texture_storage.cpp b/drivers/gles3/storage/texture_storage.cpp index 27ba89aa5f..d7b4d6911d 100644 --- a/drivers/gles3/storage/texture_storage.cpp +++ b/drivers/gles3/storage/texture_storage.cpp @@ -251,11 +251,6 @@ TextureStorage::~TextureStorage() { sdf_shader.shader.version_free(sdf_shader.shader_version); } -//TODO, move back to storage -bool TextureStorage::can_create_resources_async() const { - return false; -} - /* Canvas Texture API */ RID TextureStorage::canvas_texture_allocate() { |