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>2012-01-06 09:13:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-06 09:13:36 +0400
commit68fd1865869a1c830e93af1f5f05d429407ea026 (patch)
treef6b8e50af387c5dc91e30298c51024f3fa417cbe /source/blender/imbuf
parentf6c5744b01fa368dbc47ac19cb826e125cc34499 (diff)
use warnigns for all msvc configurations
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index c2e1183415c..996bfd35581 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -426,14 +426,6 @@ void bilinear_interpolation_color_wrap(struct ImBuf *in, unsigned char *col, flo
* @attention defined in readimage.c
* @deprecated Only here for backwards compatibility of the
* @deprecated plugin system.
- */
-struct ImBuf *IMB_loadiffmem(int *mem, int flags);
-
-/**
- *
- * @attention defined in readimage.c
- * @deprecated Only here for backwards compatibility of the
- * @deprecated plugin system.
*/
struct ImBuf *IMB_loadifffile(int file, int flags, const char *descr);