From da446259707a370b7c7dbb6eed6e03619709cc40 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 29 Feb 2016 13:19:27 +0100 Subject: [PATCH] Cleanup --- tests/glfwinfo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index d74b49fd..80676355 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -806,9 +806,7 @@ int main(int argc, char** argv) putchar('\n'); if (list_extensions) - { list_vulkan_instance_extensions(); - } if (list_layers) list_vulkan_instance_layers();