summaryrefslogtreecommitdiffstats
path: root/deps/stb/src
diff options
context:
space:
mode:
Diffstat (limited to 'deps/stb/src')
-rw-r--r--deps/stb/src/stb_impl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/stb/src/stb_impl.c b/deps/stb/src/stb_impl.c
deleted file mode 100644
index 08bf6ef..0000000
--- a/deps/stb/src/stb_impl.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#define STB_IMAGE_IMPLEMENTATION
-#include <stb_image.h>
-
-#define STB_IMAGE_WRITE_IMPLEMENTATION
-#include <stb_image_write.h>