From 3a5e99e59a74aae9cb74dbd1170374aec9ecc6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 4 Jun 2019 18:50:07 +0200 Subject: [PATCH] Remove unused function in tearing test --- tests/tearing.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/tearing.c b/tests/tearing.c index 17a3f0e4..17601219 100644 --- a/tests/tearing.c +++ b/tests/tearing.c @@ -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];