Commit: 45bb6b836a21fc6fd53f9c4d83447c1805df4f26 Author: Harley Acheson Date: Tue Jan 11 12:35:11 2022 -0800 Branches: master https://developer.blender.org/rB45bb6b836a21fc6fd53f9c4d83447c1805df4f26
IME Cleanup: Unused GHOST_TEventImeData Member Removal of unused tmp member of GHOST_TEventImeData. Not used now, nor was it used by the commit that added it to begin with. Differential Revision: https://developer.blender.org/D11799 Reviewed by Ray Molenkamp =================================================================== M intern/ghost/GHOST_Types.h =================================================================== diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h index ce0185bc7d0..7fe9300ec3f 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -496,8 +496,6 @@ typedef struct { int target_start; /** Represents the position of the end of the selection */ int target_end; - /** custom temporal data */ - GHOST_TUserDataPtr tmp; } GHOST_TEventImeData; typedef struct { _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
