aboutsummaryrefslogtreecommitdiff
path: root/platform/android/os_android.h
diff options
context:
space:
mode:
authorAndreas Haas2017-03-26 15:59:13 +0200
committerAndreas Haas2017-03-26 15:59:32 +0200
commitc0b67568757ccc22811e16348713ef3119e18f3e (patch)
treec2f13f324454478a76c623141611f79628d52ce6 /platform/android/os_android.h
parenta0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff)
downloadgodot-c0b67568757ccc22811e16348713ef3119e18f3e.tar.gz
godot-c0b67568757ccc22811e16348713ef3119e18f3e.tar.zst
godot-c0b67568757ccc22811e16348713ef3119e18f3e.zip
Input: Remove usage of platform dependent event IDs.
The ID property for InputEvents is set by `SceneTree` when sending the event down the tree. So there's no need for the platform specific code to set this value when it will later be overriden anyway...
Diffstat (limited to 'platform/android/os_android.h')
-rw-r--r--platform/android/os_android.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/os_android.h b/platform/android/os_android.h
index ad438d862..28abbf934 100644
--- a/platform/android/os_android.h
+++ b/platform/android/os_android.h
@@ -94,7 +94,6 @@ private:
Vector<TouchPos> touch;
Point2 last_mouse;
- unsigned int last_id;
GFXInitFunc gfx_init_func;
void *gfx_init_ud;