Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/intern/gpu_texture.cc')
-rw-r--r--source/blender/gpu/intern/gpu_texture.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/gpu/intern/gpu_texture.cc b/source/blender/gpu/intern/gpu_texture.cc
index 29a6138eed2..f3d1d4fdb42 100644
--- a/source/blender/gpu/intern/gpu_texture.cc
+++ b/source/blender/gpu/intern/gpu_texture.cc
@@ -218,13 +218,6 @@ GPUTexture *GPU_texture_create_nD(int w,
break;
}
-#if 0 /* TODO */
- if (can_rescale && n == 3) {
- /* Search small enough supported texture on the system. */
- /* Rescale input. */
- }
-#endif
-
if (!success) {
delete tex;
return NULL;