aboutsummaryrefslogtreecommitdiff
path: root/vulkaninfo/vulkaninfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vulkaninfo/vulkaninfo.cpp')
-rw-r--r--vulkaninfo/vulkaninfo.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp
index bc2c155e..9a813688 100644
--- a/vulkaninfo/vulkaninfo.cpp
+++ b/vulkaninfo/vulkaninfo.cpp
@@ -865,14 +865,7 @@ int main(int argc, char **argv) {
// On iOS, we'll call this ourselves from a parent routine in the GUI
int vulkanInfoMain(int argc, char **argv) {
#endif
-
- bool human_readable_output = true;
- bool html_output = false;
- bool json_output = false;
- bool vkconfig_output = false;
- bool portability_json = false;
- bool summary = false;
-
+
#ifdef _WIN32
if (ConsoleIsExclusive()) ConsoleEnlarge();
if (!LoadUser32Dll()) {