mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Remove unused function in tearing test
This commit is contained in:
parent
3262c29440
commit
3a5e99e59a
@ -69,14 +69,6 @@ static int swap_tear;
|
|||||||
static int swap_interval;
|
static int swap_interval;
|
||||||
static double frame_rate;
|
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)
|
static void update_window_title(GLFWwindow* window)
|
||||||
{
|
{
|
||||||
char title[256];
|
char title[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user