sdl2-compat: sdl3_syms.h: remove unused SDL3 functions

From 90754e77bfa9c6c58dc98721fbbebb74fe257b29 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 12 Nov 2023 23:56:30 +0300
Subject: [PATCH] sdl3_syms.h: remove unused SDL3 functions

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

diff --git a/src/sdl3_syms.h b/src/sdl3_syms.h
index 8b5b9d9..4dc06c7 100644
--- a/src/sdl3_syms.h
+++ b/src/sdl3_syms.h
@@ -896,22 +896,7 @@ SDL3_SYM(SDL_PropertiesID,GetTextureProperties,(SDL_Texture *a),(a),return)
 SDL3_SYM(SDL_PropertiesID,GetRendererProperties,(SDL_Renderer *a),(a),return)
 SDL3_SYM(SDL_GamepadButtonLabel,GetGamepadButtonLabelForType,(SDL_GamepadType a, SDL_GamepadButton b),(a,b),return)
 SDL3_SYM(SDL_GamepadButtonLabel,GetGamepadButtonLabel,(SDL_Gamepad *a, SDL_GamepadButton b),(a,b),return)
-SDL3_SYM(SDL_PenID*,GetPens,(int *a),(a),return)
-SDL3_SYM(Uint32,GetPenStatus,(SDL_PenID a, float *b, float *c, float *d, size_t e),(a,b,c,d,e),return)
-SDL3_SYM(SDL_PenID,GetPenFromGUID,(SDL_GUID a),(a),return)
-SDL3_SYM(SDL_GUID,GetPenGUID,(SDL_PenID a),(a),return)
-SDL3_SYM(SDL_bool,PenConnected,(SDL_PenID a),(a),return)
-SDL3_SYM(const char*,GetPenName,(SDL_PenID a),(a),return)
-SDL3_SYM(Uint32,GetPenCapabilities,(SDL_PenID a, SDL_PenCapabilityInfo *b),(a,b),return)
-SDL3_SYM(SDL_PenSubtype,GetPenType,(SDL_PenID a),(a),return)
-SDL3_SYM(int,SetStringProperty,(SDL_PropertiesID a, const char *b, const char *c),(a,b,c),return)
-SDL3_SYM(int,SetNumberProperty,(SDL_PropertiesID a, const char *b, Sint64 c),(a,b,c),return)
-SDL3_SYM(int,SetFloatProperty,(SDL_PropertiesID a, const char *b, float c),(a,b,c),return)
-SDL3_SYM(SDL_PropertyType,GetPropertyType,(SDL_PropertiesID a, const char *b),(a,b),return)
-SDL3_SYM(const char*,GetStringProperty,(SDL_PropertiesID a, const char *b, const char *c),(a,b,c),return)
 SDL3_SYM(Sint64,GetNumberProperty,(SDL_PropertiesID a, const char *b, Sint64 c),(a,b,c),return)
-SDL3_SYM(float,GetFloatProperty,(SDL_PropertiesID a, const char *b, float c),(a,b,c),return)
-SDL3_SYM(int,EnumerateProperties,(SDL_PropertiesID a, SDL_EnumeratePropertiesCallback b, void *c),(a,b,c),return)
 
 #undef SDL3_SYM
 #undef SDL3_SYM_PASSTHROUGH