summaryrefslogtreecommitdiff
path: root/include/SDL_test_font.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-09-08 04:53:31 -0700
committerSam Lantinga <slouken@libsdl.org>2017-09-08 04:53:31 -0700
commit876ee921073537f9d9d55f9cd3c4b40a9523f5c2 (patch)
treec835d99b09e2ad52452607686c1d155a3766bf14 /include/SDL_test_font.h
parent31369770cb37ff8aa72372dcbf145abb088a9679 (diff)
downloadsdl-876ee921073537f9d9d55f9cd3c4b40a9523f5c2.tar.gz
We don't need to pass the renderer into SDLTest_CleanupTextDrawing()
Diffstat (limited to 'include/SDL_test_font.h')
-rw-r--r--include/SDL_test_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_test_font.h b/include/SDL_test_font.h
index 434e808a9..58c9f9d5e 100644
--- a/include/SDL_test_font.h
+++ b/include/SDL_test_font.h
@@ -68,7 +68,7 @@ int SDLTest_DrawString(SDL_Renderer *renderer, int x, int y, const char *s);
/**
* \brief Cleanup textures used by font drawing functions.
*/
-void SDLTest_CleanupTextDrawing(SDL_Renderer *renderer);
+void SDLTest_CleanupTextDrawing(void);
/* Ends C function definitions when using C++ */
#ifdef __cplusplus