SDL_test: remove unused BuildCommonUsageString

This commit is contained in:
Anonymous Maarten
2023-03-16 00:04:02 +01:00
committed by Anonymous Maarten
parent 9451d3079d
commit 5109e19935
2 changed files with 0 additions and 66 deletions

View File

@@ -170,19 +170,6 @@ int SDLTest_CommonArg(SDLTest_CommonState *state, int index);
*/
void SDLTest_CommonLogUsage(SDLTest_CommonState *state, const char *argv0, const char **options);
/**
* \brief Returns common usage information
*
* You should (probably) be using SDLTest_CommonLogUsage() instead, but this
* function remains for binary compatibility. Strings returned from this
* function are valid until SDLTest_CommonQuit() is called, in which case
* those strings' memory is freed and can no longer be used.
*
* \param state The common state describing the test window to create.
* \returns a string with usage information
*/
const char *SDLTest_CommonUsage(SDLTest_CommonState *state);
/**
* \brief Open test window.
*