From b37e088465a8e3c353c8a24aa5b2cf797f377760 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 8 Sep 2020 02:47:53 +0100 Subject: [PATCH] Remove an empty line --- src/Backends/Rendering/SDLTexture.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Backends/Rendering/SDLTexture.cpp b/src/Backends/Rendering/SDLTexture.cpp index 9044a2ad..cc9827f7 100644 --- a/src/Backends/Rendering/SDLTexture.cpp +++ b/src/Backends/Rendering/SDLTexture.cpp @@ -305,7 +305,6 @@ void RenderBackend_ColourFill(RenderBackend_Surface *surface, const RenderBacken Backend_PrintError("Couldn't enable alpha blending for drawing operations: %s", SDL_GetError()); } - RenderBackend_GlyphAtlas* RenderBackend_CreateGlyphAtlas(size_t size) { RenderBackend_GlyphAtlas *atlas = (RenderBackend_GlyphAtlas*)malloc(sizeof(RenderBackend_GlyphAtlas));