Skip to content

Commit

Permalink
SDL_textengine.h: remove unnecessary fwd declaration of struct TTF_Text
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 30, 2024
1 parent 968eef3 commit aadc22d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/SDL3_ttf/SDL_textengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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_ */
Expand Down

0 comments on commit aadc22d

Please sign in to comment.