diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-10-28 06:30:56 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:14:43 +0200 |
commit | 8115fedc97871c27fb096d3365fb7a052d42dd01 (patch) | |
tree | 03b5e3967d1a426fdb489253ec5f2c54a3ad3cf6 /libvo | |
parent | 26bd101530660b37d8db9ebba8ccbac75fa24432 (diff) | |
download | mpv-8115fedc97871c27fb096d3365fb7a052d42dd01.tar.bz2 mpv-8115fedc97871c27fb096d3365fb7a052d42dd01.tar.xz |
vo_gl: remove unused label
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_gl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index bef92b0731..442ad9f147 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -665,7 +665,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin if (create_window(d_width, d_height, flags, title) < 0) return -1; -glconfig: if (vo_config_count) uninitGl(); if (glctx.setGlWindow(&glctx) == SET_WINDOW_FAILED) |