From f3ef3dcbf5981d9c6732859333c64e9fce1e05c6 Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Tue, 8 Jul 2014 13:10:06 -0700 Subject: [PATCH] texconv: -d was never implemented, remove from help output --- Texconv/texconv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Texconv/texconv.cpp b/Texconv/texconv.cpp index bbc336c..1f54262 100644 --- a/Texconv/texconv.cpp +++ b/Texconv/texconv.cpp @@ -379,7 +379,6 @@ void PrintUsage() wprintf( L"\n"); wprintf( L" -w width\n"); wprintf( L" -h height\n"); - wprintf( L" -d depth\n"); wprintf( L" -m miplevels\n"); wprintf( L" -f format\n"); wprintf( L" -if image filtering\n");