diff options
| author | Rémi Verschelde | 2017-03-27 08:52:58 +0200 |
|---|---|---|
| committer | GitHub | 2017-03-27 08:52:58 +0200 |
| commit | 9d28a5e7d99e3f089e11a929829443d0a922d030 (patch) | |
| tree | 54ac80623482ce2c6d2cce11d251f9de825c1185 /platform/javascript/os_javascript.h | |
| parent | fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da (diff) | |
| parent | c0b67568757ccc22811e16348713ef3119e18f3e (diff) | |
| download | godot-9d28a5e7d99e3f089e11a929829443d0a922d030.tar.gz godot-9d28a5e7d99e3f089e11a929829443d0a922d030.tar.zst godot-9d28a5e7d99e3f089e11a929829443d0a922d030.zip | |
Merge pull request #8159 from Hinsbart/last_id
Input: Remove usage of platform dependent event IDs.
Diffstat (limited to 'platform/javascript/os_javascript.h')
| -rw-r--r-- | platform/javascript/os_javascript.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index b16918b2d..d21834b3d 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -58,7 +58,6 @@ private: Vector<TouchPos> touch; Point2 last_mouse; int last_button_mask; - unsigned int last_id; GFXInitFunc gfx_init_func; void *gfx_init_ud; |
