sdl2-compat: remove CreateRGBSurfaceWithFormat{From} from sdl3 syms.

From 8293986ee442ffcf03c2b4699f8a7f21fdce3952 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 5 Dec 2022 07:03:10 +0300
Subject: [PATCH] remove CreateRGBSurfaceWithFormat{From} from sdl3 syms.

---
 src/sdl3_syms.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/sdl3_syms.h b/src/sdl3_syms.h
index f95e54d..e4c8ef5 100644
--- a/src/sdl3_syms.h
+++ b/src/sdl3_syms.h
@@ -623,8 +623,6 @@ SDL3_SYM_PASSTHROUGH(int,RenderSetIntegerScale,(SDL_Renderer *a, SDL_bool b),(a,
 SDL3_SYM_PASSTHROUGH(SDL_bool,RenderGetIntegerScale,(SDL_Renderer *a),(a),return)
 SDL3_SYM_PASSTHROUGH(Uint32,DequeueAudio,(SDL_AudioDeviceID a, void *b, Uint32 c),(a,b,c),return)
 SDL3_SYM_PASSTHROUGH(void,SetWindowResizable,(SDL_Window *a, SDL_bool b),(a,b),)
-SDL3_SYM(SDL_Surface*,CreateRGBSurfaceWithFormat,(int a, int b, Uint32 c),(a,b,c),return)
-SDL3_SYM(SDL_Surface*,CreateRGBSurfaceWithFormatFrom,(void *a, int b, int c, int d, Uint32 e),(a,b,c,d,e),return)
 SDL3_SYM_PASSTHROUGH(SDL_bool,GetHintBoolean,(const char *a, SDL_bool b),(a,b),return)
 SDL3_SYM_PASSTHROUGH(Uint16,JoystickGetDeviceVendor,(int a),(a),return)
 SDL3_SYM_PASSTHROUGH(Uint16,JoystickGetDeviceProduct,(int a),(a),return)