summaryrefslogtreecommitdiffstats
path: root/chalk
diff options
context:
space:
mode:
Diffstat (limited to 'chalk')
-rw-r--r--chalk/plugins/filters/cimg/CImg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chalk/plugins/filters/cimg/CImg.h b/chalk/plugins/filters/cimg/CImg.h
index 315d1fe3..25c1f0d9 100644
--- a/chalk/plugins/filters/cimg/CImg.h
+++ b/chalk/plugins/filters/cimg/CImg.h
@@ -15156,8 +15156,6 @@ namespace cimg_library {
static CImg get_load_pandore(const char *filename) {
std::FILE *file = cimg::fopen(filename,"rb");
typedef unsigned char uchar;
- typedef unsigned short ushort;
- typedef unsigned int uint;
typedef unsigned long ulong;
CImg dest;
char tmp[32];