summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/cimg/CImg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 18:33:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 18:33:22 +0900
commitdaef72a0e41f0f3203386fc24aa818633e89d943 (patch)
treea4e3df70463ae1234845728eb7076c9d469f21bb /chalk/plugins/filters/cimg/CImg.h
parent7a7c17092fcdd4772fb6e499ef13429f96ac04bb (diff)
downloadkoffice-daef72a0e41f0f3203386fc24aa818633e89d943.tar.gz
koffice-daef72a0e41f0f3203386fc24aa818633e89d943.zip
Fixed typedef-related warnings from compiler. Also fixed warning on
keximdb, indirectly. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/plugins/filters/cimg/CImg.h')
-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 315d1fe33..25c1f0d9c 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];