diff options
| author | phintuka <phintuka> | 2011-10-27 07:26:21 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-10-27 07:26:21 +0000 |
| commit | 7f7db39a52c6e073dc47b0b7f6f7714b4702539c (patch) | |
| tree | b8c54e69a5e58cecdd360b9e25993fd5995557cb | |
| parent | f16d83b739d99277ae5978fa0d01e233bf42f7d4 (diff) | |
| download | xineliboutput-7f7db39a52c6e073dc47b0b7f6f7714b4702539c.tar.gz xineliboutput-7f7db39a52c6e073dc47b0b7f6f7714b4702539c.tar.bz2 | |
Removed write-only variable
| -rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 8358edb7..73a68461 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.169 2011-10-27 07:23:24 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.170 2011-10-27 07:26:21 phintuka Exp $ * */ @@ -1759,7 +1759,6 @@ static void *opengl_draw_frame_thread(void *arg) { sxfe_t *this=(sxfe_t *) arg; int unsigned sync; - int unsigned prev_sync = 0; int draw_frame = 0, window_mapped = 0, keep_osd_open = 0; int prev_hud_visible = 0; int16_t video_x0, video_y0, video_x1, video_y1; @@ -1920,7 +1919,6 @@ static void *opengl_draw_frame_thread(void *arg) if (!keep_osd_open) { prev_hud_visible = this->hud_visible; } - prev_sync = sync; first_frame = 0; } |
