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:
authorJacques Lucke <jacques@blender.org>2020-07-28 17:35:31 +0300
committerJacques Lucke <jacques@blender.org>2020-07-28 17:35:31 +0300
commit67c33caeec364a9dbded75812ac7b0b76e14c203 (patch)
treea37e1a5cecba8ffbfa573528e4a09accd17a95e6 /source/blender
parentb274d18aec525621bcb0a2234fc65e09398616c2 (diff)
Fix: remove error in previous commit
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/gpu/GPU_texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/GPU_texture.h b/source/blender/gpu/GPU_texture.h
index 100965d7076..de08391b40c 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -57,8 +57,6 @@ typedef enum eGPUSamplerState {
GPU_SAMPLER_MAX = (1 << 8),
} eGPUSamplerState;
-ENUM_OPERATORS(eGPUSamplerState)
-
#ifdef __cplusplus
extern "C" {
#endif