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:
@@ -486,7 +486,7 @@ void free_anim_copybuf (void)
|
||||
/* ------------------- */
|
||||
|
||||
/* This function adds data to the keyframes copy/paste buffer, freeing existing data first */
|
||||
short copy_animedit_keys (bAnimContext *ac, ListBase *anim_data)
|
||||
short copy_animedit_keys (bAnimContext *UNUSED(ac), ListBase *anim_data)
|
||||
{
|
||||
bAnimListElem *ale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user