diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 0157ade37..3c62cdf4e 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -62,7 +62,6 @@ #include "ScreenResolution.h" #include -int ghq_dmptex_toggle_key = 0; GFX_INFO gfx; @@ -835,8 +834,6 @@ int InitGfx() if (g_settings->ghq_hirs_dump) options |= DUMP_TEX; - ghq_dmptex_toggle_key = 0; - g_settings->ghq_use = (int)ext_ghq_init(voodoo.max_tex_size, // max texture width supported by hardware voodoo.max_tex_size, // max texture height supported by hardware voodoo.sup_32bit_tex ? 32 : 16, // max texture bpp supported by hardware