Skip to content

Commit

Permalink
remove unused local vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 12, 2019
1 parent 64d0f8d commit 3f4e53d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDL_rtfreadr.c
Expand Up @@ -379,7 +379,6 @@ static void RenderLine(RTF_Context *ctx, RTF_Line *line, const SDL_Rect *rect, i
for (surface = line->startSurface; surface; surface = surface->next)
{
SDL_Texture *texture = (SDL_Texture *)surface->surface;
int w, h;

dstRect.x = rect->x + surface->x;
dstRect.y = rect->y + yOffset + surface->y;
Expand Down

0 comments on commit 3f4e53d

Please sign in to comment.