comparison src/video/riscos/SDL_riscosvideo.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
284 static int 284 static int
285 RISCOS_AllocHWSurface(_THIS, SDL_Surface * surface) 285 RISCOS_AllocHWSurface(_THIS, SDL_Surface * surface)
286 { 286 {
287 return (-1); 287 return (-1);
288 } 288 }
289
289 static void 290 static void
290 RISCOS_FreeHWSurface(_THIS, SDL_Surface * surface) 291 RISCOS_FreeHWSurface(_THIS, SDL_Surface * surface)
291 { 292 {
292 return; 293 return;
293 } 294 }