[Bf-blender-cvs] [67c33caeec3] blender-v2.90-release: Fix: remove error in previous commit

Jacques Lucke noreply at git.blender.org
Tue Jul 28 18:36:31 CEST 2020


Commit: 67c33caeec364a9dbded75812ac7b0b76e14c203
Author: Jacques Lucke
Date:   Tue Jul 28 16:35:31 2020 +0200
Branches: blender-v2.90-release
https://developer.blender.org/rB67c33caeec364a9dbded75812ac7b0b76e14c203

Fix: remove error in previous commit

===================================================================

M	source/blender/gpu/GPU_texture.h

===================================================================

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



More information about the Bf-blender-cvs mailing list