From c0e141a6a981c1fd9d2301a7073a459249c084e8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 31 May 2022 19:08:46 +0200 Subject: [PATCH] Update StbCommon.h --- code/Common/StbCommon.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/Common/StbCommon.h b/code/Common/StbCommon.h index 94f8f32f0..f2954f3ab 100644 --- a/code/Common/StbCommon.h +++ b/code/Common/StbCommon.h @@ -48,8 +48,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #pragma GCC diagnostic ignored "-Wunused-function" #endif -#define STB_IMAGE_STATIC -#define STB_IMAGE_IMPLEMENTATION #include "stb/stb_image.h" #if _MSC_VER