[wesnoth-commits] [wesnoth/wesnoth] 019848: Events: removed unused sdl_handler virtual functio...
GitHub
noreply at github.com
Mon May 28 06:55:39 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 019848a28fae3d120d756ac091908b5b2c0c2e18
https://github.com/wesnoth/wesnoth/commit/019848a28fae3d120d756ac091908b5b2c0c2e18
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-28 (Mon, 28 May 2018)
Changed paths:
M src/display.cpp
M src/events.cpp
M src/events.hpp
Log Message:
-----------
Events: removed unused sdl_handler virtual functions
volatile draw had to do with drawing map labels pre-accelerated rendering. They're unused
now and I don't foresee using them again since they don't offer anything the regular draw
functions don't and they aren't needed for the map labels anymore.
Tooltips are handled by handled by GUI2. There are no more help strings since the related
interface in CVideo got removed.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list