mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 22:31:45 +00:00

The memset call to clear the Common::Event is unecessary as all fields are cleared either directly by the class constructor or for fields which are struct/class objects, by their constructors.