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:
@@ -109,7 +109,7 @@ int object_is_libdata(struct Object *ob);
|
||||
int object_data_is_libdata(struct Object *ob);
|
||||
|
||||
/* object motion paths */
|
||||
void ED_objects_clear_paths(struct bContext *C, struct Scene *scene);
|
||||
void ED_objects_clear_paths(struct bContext *C);
|
||||
void ED_objects_recalculate_paths(struct bContext *C, struct Scene *scene);
|
||||
|
||||
/* constraints */
|
||||
|
||||
Reference in New Issue
Block a user