We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2854

Summary: [PATCH] Double definition + unused var
Product: SDL_ttf Reporter: Jean-Baptiste Noblot <jb.noblot>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86_64   
OS: All   
Attachments: Patch for this "bug"

Description Jean-Baptiste Noblot 2015-01-24 22:23:52 UTC
Created attachment 2002 [details]
Patch for this "bug"

They have double definition of line var (line 1894 and 1912) of SDL_ttf.c
Moreover definition line 1912 is useless because we don't use this var in this scope.


so I just delete the line 1912
Comment 1 Sam Lantinga 2017-09-10 06:13:39 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL_ttf/rev/1a43a0b6d1cc