diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:17:29 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:17:29 +0100 |
commit | 24818173c970829553d75787ed6a60e6c95e16c6 (patch) | |
tree | 0a5761f4c761cf62b020c6f83423a053ad86965d /src | |
parent | 054b1ebea645bb8916f87e0d8f0f85d59e998eaf (diff) |
fontcontext removed from sdlcontext
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index bbbb542..957ee32 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -18,7 +18,6 @@ #include "api/Transform.h" #include "types.h" -#include "SDLFontContext.h" namespace crepe { @@ -236,7 +235,6 @@ private: //! black bars rectangle to draw SDL_FRect black_bars[2] = {}; - SDLFontContext font_facade{}; }; } // namespace crepe |