]> granicus.if.org Git - libass/commitdiff
ass_parse: remove 2 unused variables
authorwm4 <wm4@nowhere>
Sun, 8 Jun 2014 23:56:22 +0000 (01:56 +0200)
committerwm4 <wm4@nowhere>
Sun, 8 Jun 2014 23:56:22 +0000 (01:56 +0200)
Fallout from the previous commits.

libass/ass_parse.c

index 2e74842d2b6b21fad41c53d8deb1b189be52b8fc..e256b53a9aa4e6e641c718e256faf28d42ff76fd 100644 (file)
@@ -239,7 +239,6 @@ static int parse_vector_clip(ASS_Renderer *render_priv,
                              struct arg *args, int nargs)
 {
     int scale = 1;
-    int res = 0;
     ASS_Drawing *drawing = render_priv->state.clip_drawing;
     struct arg text;
 
@@ -659,7 +658,6 @@ char *parse_tag(ASS_Renderer *render_priv, char *p, char *end, double pwr)
             render_priv->state.detect_collisions = 0;
         }
     } else if (complex_tag("t")) {
-        double v[3];
         double accel;
         int cnt = nargs - 1;
         long long t1, t2, t, delta_t;