build-scripts/fnsince.pl: Remove SDL2-specific fixup.

This commit is contained in:
Ryan C. Gordon 2024-04-11 13:35:46 -04:00
parent cbb3c69cb0
commit 1e369b7f33
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 5 deletions

View File

@ -88,11 +88,6 @@ foreach my $release (@releases) {
close(PIPEFH);
}
# these are incorrect in the dynapi header, because we forgot to add them
# until a later release, but are available in the older release.
$funcs{'SDL_WinRTGetFSPathUNICODE'} = '2.0.3';
$funcs{'SDL_WinRTGetFSPathUTF8'} = '2.0.3';
if (not defined $wikipath) {
foreach my $release (@releases) {
foreach my $fn (sort keys %funcs) {