SDL_ttf: SDL_textengine.h: remove unnecessary fwd declaration of struct TTF_Text

From aadc22dd69303729e3e873b45939ca63487506f8 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 30 Sep 2024 23:40:04 +0300
Subject: [PATCH] SDL_textengine.h: remove unnecessary fwd declaration of
 struct TTF_Text

---
 include/SDL3_ttf/SDL_textengine.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/SDL3_ttf/SDL_textengine.h b/include/SDL3_ttf/SDL_textengine.h
index 472de9c9..96def874 100644
--- a/include/SDL3_ttf/SDL_textengine.h
+++ b/include/SDL3_ttf/SDL_textengine.h
@@ -38,9 +38,6 @@
 extern "C" {
 #endif
 
-/* Text created with the text engine */
-struct TTF_Text;
-
 /* Private data in TTF_Text, available to implementations */
 struct TTF_TextData
 {
@@ -151,7 +148,6 @@ SDL_COMPILE_TIME_ASSERT(TTF_TextEngine_SIZE,
 #ifdef __cplusplus
 }
 #endif
-
 #include <SDL3/SDL_close_code.h>
 
 #endif /* SDL_TTF_TEXTENGINE_H_ */