diff options
| author | Richard S. Wright Jr <richard@lunarg.com> | 2020-11-19 16:24:25 -0500 |
|---|---|---|
| committer | Richard S. Wright Jr <58573781+richard-lunarg@users.noreply.github.com> | 2020-11-23 14:24:26 -0500 |
| commit | a9e415eea355a01d32eb8dca083b80976b04f24e (patch) | |
| tree | 9f3c7439209b03e39e7520e37a3b319d01730768 /vulkaninfo/vulkaninfo.cpp | |
| parent | 06cfa7a1dd3b59df0d657b042abdf96abbaa5dc3 (diff) | |
| download | usermoji-a9e415eea355a01d32eb8dca083b80976b04f24e.tar.xz | |
vulkaninfo: Fix to pass appveyor tests
Diffstat (limited to 'vulkaninfo/vulkaninfo.cpp')
| -rw-r--r-- | vulkaninfo/vulkaninfo.cpp | 9 |
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()) { |
