Cleanup: remove unused SpaceImage.curtile

This commit is contained in:
Campbell Barton 2021-09-30 17:32:48 +10:00
parent e9dac3eab8
commit af13168a3f
1 changed files with 6 additions and 10 deletions

View File

@ -1198,13 +1198,10 @@ typedef struct SpaceImage {
char mode_prev;
char pin;
char _pad1;
/**
* The currently active tile of the image when tile is enabled,
* is kept in sync with the active faces tile.
*/
short curtile;
short lock;
char pixel_snap_mode;
char lock;
/** UV draw type. */
char dt_uv;
/** Sticky selection type. */
@ -1212,10 +1209,9 @@ typedef struct SpaceImage {
char dt_uvstretch;
char around;
int flag;
char _pad1[3];
char pixel_snap_mode;
char _pad2[7];
int flag;
float uv_opacity;