Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-10-14 12:13:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-14 12:18:18 +0300
commit2635f5b2c88c545cf0c04efdb6627cccd2ed6fcb (patch)
treed9108a5ea1cc0e8ca19581b104ea2d5fb54068cc /source/blender/imbuf/IMB_imbuf_types.h
parentad583101617cbe9e6476b2870a69084240c309d3 (diff)
Cleanup: remove historic, blender-only jpeg io
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 08ce9c0469b..4de07bf7559 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -124,12 +124,6 @@ enum eImbTypes {
#define RAWTGA 1
-#define JPG_STD 0
-#define JPG_VID 1
-#define JPG_JST 2
-#define JPG_MAX 3
-#define JPG_MSK 0x03
-
#ifdef WITH_TIFF
#define TIF_16BIT (1 << 8 )
#endif