From 94c52ef6e68eae0a3efb43e39a1c76cf56df5ae0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 2 Nov 2012 14:03:14 -0400 Subject: [PATCH] More compiler warning fixes. --- include/SDL_system.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/SDL_system.h b/include/SDL_system.h index daa14f7fc..6f0f6e610 100644 --- a/include/SDL_system.h +++ b/include/SDL_system.h @@ -57,11 +57,7 @@ extern DECLSPEC void SDLCALL SDL_iPhoneSetEventPump(SDL_bool enabled); #endif /* __IPHONEOS__ */ -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* -/* Platform specific functions for Android -/* -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/* Platform specific functions for Android */ #if __ANDROID__ /* Get the JNI environment for the current thread