Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2022-01-11 23:35:11 +0300
committerHarley Acheson <harley.acheson@gmail.com>2022-01-11 23:35:11 +0300
commit45bb6b836a21fc6fd53f9c4d83447c1805df4f26 (patch)
tree247ba3f52058336cb3fab5c5470dc3cc0261b01c /intern/ghost
parente95b4dc2ddedac3a6edc5d75e4cdac4059305f04 (diff)
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
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/GHOST_Types.h2
1 files changed, 0 insertions, 2 deletions
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 {