SDL/android-project/src/org/libsdl/app
Philipp Wiesemann 68b3b5423e 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.
2015-09-17 22:14:37 +02:00
..
SDLActivity.java Android: Removed empty onDraw() override method from SDLActivity. 2015-09-17 22:14:37 +02:00