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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user