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:
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 777c56972ea..7f7b2b08a56 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -122,12 +122,6 @@ struct anim;
*
* @attention Defined in cmap.c
*/
-void cspace(struct ImBuf *ibuf, float mat[][4]);
-
-/**
- *
- * @attention Defined in cmap.c
- */
void IMB_freeImBufdata(void);
/**
@@ -168,12 +162,6 @@ struct ImBuf *IMB_loadiffname(char *naam, int flags);
/**
*
- * @attention Defined in readimage.c
- */
-void freezbufImBuf(struct ImBuf * ibuf);
-
-/**
- *
* @attention Defined in allocimbuf.c
*/
void IMB_freeImBuf(struct ImBuf * ibuf);
@@ -196,7 +184,7 @@ struct ImBuf *IMB_dupImBuf(struct ImBuf *ibuf1);
*
* @attention Defined in allocimbuf.c
*/
-short IMB_addzbufImBuf(struct ImBuf * ibuf);
+short addzbufImBuf(struct ImBuf * ibuf);
/**
*
@@ -493,12 +481,6 @@ void IMB_flipy(struct ImBuf * ibuf);
/**
*
- * @attention Defined in anim.c
- */
-void IMB_init_movie_pointers(void);
-
-/**
- *
* @attention Defined in cspace.c
*/
void IMB_cspace(struct ImBuf *ibuf, float mat[][4]);