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:
authorKent Mein <mein@cs.umn.edu>2004-04-06 20:12:56 +0400
committerKent Mein <mein@cs.umn.edu>2004-04-06 20:12:56 +0400
commite85d8cd7d4400dbed36a2c68ea482579b2d87e5b (patch)
tree40a36abf74b3299aedb466890778d5a3ea885c33 /source/blender/imbuf/IMB_imbuf.h
parent9fe0410706d694f6a188ff4884a8ec23e1fc48fb (diff)
Going through some really old bf-committers email and Casey Corn
brought up the following "fixes": removed these prototypes since they were not used anymore: void cspace(struct ImBuf *ibuf, float mat[][4]); void freezbufImBuf(struct ImBuf * ibuf); void IMB_init_movie_pointers(void); Renamed IMB_addzbufImBuf prototype so it maches the actual function: addzbufImBuf Kent
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]);