Cleanup: remove unnecessary obedit argument from ED_space_image_set

This was left over from when changing the image set the faces texture.
This commit is contained in:
2021-08-31 18:25:43 +10:00
parent 8e00db4296
commit 1f0d63b9a1
7 changed files with 8 additions and 30 deletions

View File

@@ -46,7 +46,6 @@ struct wmWindowManager;
struct Image *ED_space_image(struct SpaceImage *sima);
void ED_space_image_set(struct Main *bmain,
struct SpaceImage *sima,
struct Object *obedit,
struct Image *ima,
bool automatic);
void ED_space_image_auto_set(const struct bContext *C, struct SpaceImage *sima);