From a8884ccfd1721013bae74bf64dc1be11f914e710 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 16 Jun 2024 13:50:46 +0200 Subject: [PATCH] texture:: remove doubly defined -txc --- textures.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/textures.cpp b/textures.cpp index 7fafc1b4..cc86bcfa 100644 --- a/textures.cpp +++ b/textures.cpp @@ -1736,10 +1736,6 @@ int textureArgs() { shift(); config.configname = args(); } - else if(argis("-txc")) { - shift(); config.configname = args(); - } - else if(argis("-txpsize")) { shift(); txp.twidth = argi(); }