This PR cleans up the non alternative path of the `MouseEventFirer`. The code is unused, since the `alternative` mode is always true => the default. It was also not working correctly, so there really is no need to keep it.
Introduced in: https://github.com/openjdk/jfx/pull/313 Default since: https://github.com/openjdk/jfx/pull/852#discussion_r935409172 ------------- Commit messages: - 8253769: MouseEventFirer: must not fire event with incorrect coordinates Changes: https://git.openjdk.org/jfx/pull/2119/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2119&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8253769 Stats: 209 lines in 4 files changed: 3 ins; 157 del; 49 mod Patch: https://git.openjdk.org/jfx/pull/2119.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2119/head:pull/2119 PR: https://git.openjdk.org/jfx/pull/2119
