summaryrefslogtreecommitdiff
path: root/gfx/models/stb_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/stb_image.c')
-rw-r--r--gfx/models/stb_image.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gfx/models/stb_image.c b/gfx/models/stb_image.c
deleted file mode 100644
index a839b61..0000000
--- a/gfx/models/stb_image.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef TIDY
-# define STB_IMAGE_IMPLEMENTATION
-# pragma GCC diagnostic ignored "-Wsign-compare"
-# ifndef __clang__
-# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
-# endif
-# include "stb_image.h"
-#endif