DEADSOFTWARE

"--opengl-dump-exts" cli arg fix
[d2df-sdl.git] / src / game / g_game.pas
index 68b2ee4a987114e6ad98e41b8fb6518357491a37..963f8aec27dfa4e0f4586e9ecfbbecd6c69f203c 100644 (file)
@@ -6485,9 +6485,6 @@ var
 begin
   Parse_Params(pars);
 
-  s := Find_Param_Value(pars, '--opengl-dump-exts');
-  if s <> '' then gwin_dump_extensions := true; // sorry
-
 // Debug mode:
   s := Find_Param_Value(pars, '--debug');
   if (s <> '') then