Mercurial > sdl-ios-xcode
diff src/power/SDL_power.c @ 3272:e8f63b28947d
Removed outdated Dreamcast support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:21:22 +0000 |
parents | a67a961e2171 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/power/SDL_power.c Sat Sep 19 07:09:41 2009 +0000 +++ b/src/power/SDL_power.c Sat Sep 19 07:21:22 2009 +0000 @@ -39,7 +39,7 @@ #ifndef SDL_POWER_DISABLED #ifdef SDL_POWER_HARDWIRED -/* This is for things that _never_ have a battery, like the Dreamcast, etc. */ +/* This is for things that _never_ have a battery */ static SDL_bool SDL_GetPowerInfo_Hardwired(SDL_PowerState * state, int *seconds, int *percent) {