mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Remove unused variable in timeout test
This commit is contained in:
parent
7cbdae1bed
commit
c2fd61fa01
@ -53,7 +53,6 @@ static float nrand(void)
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
int result;
|
|
||||||
GLFWwindow* window;
|
GLFWwindow* window;
|
||||||
|
|
||||||
srand((unsigned int) time(NULL));
|
srand((unsigned int) time(NULL));
|
||||||
|
Loading…
Reference in New Issue
Block a user