1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-07 14:47:53 +00:00

Remove unused variables.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23049 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2007-04-20 23:25:30 +00:00
parent cd298098af
commit de9f870522

View File

@ -1936,8 +1936,6 @@ static int ass_render_event(ass_event_t* event, event_images_t* event_images)
}
for (i = 0; i < text_info.length; ++i) {
FT_Vector start;
FT_Vector start_old;
FT_Vector shift;
glyph_info_t* info = text_info.glyphs + i;