From 67c33caeec364a9dbded75812ac7b0b76e14c203 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 28 Jul 2020 16:35:31 +0200 Subject: Fix: remove error in previous commit --- source/blender/gpu/GPU_texture.h | 2 -- 1 file changed, 2 deletions(-) (limited to '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 -- cgit v1.2.3