summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h')
-rw-r--r--Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h b/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h
deleted file mode 100644
index a050ef3eb63..00000000000
--- a/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* minwrpngconf.h: headers to make a minimal png-write-only library
- *
- * Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson
- *
- * This code is released under the libpng license.
- * For conditions of distribution and use, see the disclaimer
- * and license in png.h
- *
- * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
- */
-
-#ifndef MINWRPNGCONF_H
-#define MINWRPNGCONF_H
-
-/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
-
-/* List options to turn off features of the build that do not
- * affect the API (so are not recorded in pnglibconf.h)
- */
-
-#define PNG_NO_WARNINGS
-#define PNG_ALIGN_TYPE PNG_ALIGN_NONE
-
-#endif /* MINWRPNGCONF_H */