Remove unused variable in timeout test

This commit is contained in:
Camilla Berglund 2016-03-30 23:26:09 +02:00
parent 7cbdae1bed
commit c2fd61fa01

View File

@ -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));