From 1e369b7f33b1bbbbeab143a5103b7d07de15f88e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 11 Apr 2024 13:35:46 -0400 Subject: [PATCH] build-scripts/fnsince.pl: Remove SDL2-specific fixup. --- build-scripts/fnsince.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-scripts/fnsince.pl b/build-scripts/fnsince.pl index 5560ad580..684f4cc80 100755 --- a/build-scripts/fnsince.pl +++ b/build-scripts/fnsince.pl @@ -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) {