From c0b67568757ccc22811e16348713ef3119e18f3e Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Sun, 26 Mar 2017 15:59:13 +0200 Subject: 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... --- platform/javascript/os_javascript.h | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/javascript/os_javascript.h') diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index b16918b2da..d21834b3dc 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -58,7 +58,6 @@ private: Vector touch; Point2 last_mouse; int last_button_mask; - unsigned int last_id; GFXInitFunc gfx_init_func; void *gfx_init_ud; -- cgit v1.2.3