summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index e911a117b4..ef2b7f0faf 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -1139,8 +1139,6 @@ static uint32_t draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int
{
struct sdl_priv_s *priv = &sdl_priv;
uint8_t *dst;
- uint8_t *src;
- int i;
SDL_OVR_LOCK(-1)
@@ -1195,7 +1193,6 @@ static void check_events (void)
struct sdl_priv_s *priv = &sdl_priv;
SDL_Event event;
SDLKey keypressed = 0;
- static int modifiers = 0;
/* Poll the waiting SDL Events */
while ( SDL_PollEvent(&event) ) {