]> granicus.if.org Git - libass/commitdiff
Remove unused variables.
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Apr 2007 23:25:30 +0000 (23:25 +0000)
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Apr 2007 23:25:30 +0000 (23:25 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23049 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/ass_render.c

index f1798400233ae45ab7f4d3ff71cdf547c6a41173..501cd73416042aec4268cf0605e2abbded4bb4f7 100644 (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;