most unused arg warnings corrected.
- removed deprecated bitmap arg from IMB_allocImBuf (plugins will need updating). - mostly tagged UNUSED() since some of these functions look like they may need to have the arguments used later.
This commit is contained in:
@@ -81,7 +81,7 @@ typedef struct ImBuf {
|
||||
int refcounter; /* reference counter for multiple users */
|
||||
} ImBuf;
|
||||
|
||||
LIBIMPORT struct ImBuf *allocImBuf(short,short,uchar,uint,uchar);
|
||||
LIBIMPORT struct ImBuf *allocImBuf(short,short,uchar,uint);
|
||||
LIBIMPORT struct ImBuf *dupImBuf(struct ImBuf *);
|
||||
LIBIMPORT void freeImBuf(struct ImBuf*);
|
||||
|
||||
|
Reference in New Issue
Block a user