sdl2-compat: Removed an incorrect copy/pasted comment.

From 1b07a12b1731809a82c10c2c8116544a362993c7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 25 Nov 2022 17:21:59 -0500
Subject: [PATCH] Removed an incorrect copy/pasted comment.

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

diff --git a/src/sdl3_syms.h b/src/sdl3_syms.h
index 48bdd2b..645bf9c 100644
--- a/src/sdl3_syms.h
+++ b/src/sdl3_syms.h
@@ -33,15 +33,6 @@
 #define SDL3_SYM_VARARGS(rc,fn,params) SDL3_SYM(rc,fn,params,unused,unused)
 #endif
 
-
-/*
-   DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl.
-   NEVER REARRANGE THIS FILE, THE ORDER IS ABI LAW.
-   Changing this file means bumping SDL_DYNAPI_VERSION. You can safely add
-   new items to the end of the file, though.
-   Also, this file gets included multiple times, don't add #pragma once, etc.
-*/
-
 SDL3_SYM_VARARGS(int,SetError,(SDL_PRINTF_FORMAT_STRING const char *a, ...))
 SDL3_SYM_VARARGS(void,Log,(SDL_PRINTF_FORMAT_STRING const char *a, ...))
 SDL3_SYM_VARARGS(void,LogVerbose,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...))