Author :
Philipp Wiesemann
Date :
2015-09-17 22:14:37
Hash :68b3b542 Message :Android: Removed empty onDraw() override method from SDLActivity.
It was redundant because SDLActivity already inherits an empty method from the
base class SurfaceView (which does not implement it but inherits it from View).
Visibility of onDraw() in SDLActivity is now protected again instead of public.