[Bf-blender-cvs] [d2d31309d3c] temp-explicit-colors: Fix compile issue introduced by merge.

Jeroen Bakker noreply at git.blender.org
Tue May 25 08:56:14 CEST 2021


Commit: d2d31309d3c710bb3307889ca5f044c55f1bf13a
Author: Jeroen Bakker
Date:   Tue May 25 07:53:23 2021 +0200
Branches: temp-explicit-colors
https://developer.blender.org/rBd2d31309d3c710bb3307889ca5f044c55f1bf13a

Fix compile issue introduced by merge.

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

M	source/blender/draw/intern/draw_cache_impl.h

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

diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h
index 4dfd8eca352..2c2ab9eaadd 100644
--- a/source/blender/draw/intern/draw_cache_impl.h
+++ b/source/blender/draw/intern/draw_cache_impl.h
@@ -22,10 +22,6 @@
 
 #pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct GPUBatch;
 struct GPUIndexBuf;
 struct GPUMaterial;



More information about the Bf-blender-cvs mailing list