Remove unused function in tearing test

(cherry picked from commit 3a5e99e59a)
This commit is contained in:
Camilla Löwy 2019-06-04 18:50:07 +02:00 committed by Camilla Löwy
parent eb466a0e0b
commit 898b7f9c54

View File

@ -69,14 +69,6 @@ static int swap_tear;
static int swap_interval;
static double frame_rate;
static void usage(void)
{
printf("Usage: tearing [-f] [-h]\n");
printf("Options:\n");
printf(" -f use full screen\n");
printf(" -h show this help\n");
}
static void update_window_title(GLFWwindow* window)
{
char title[256];