From 001bff4cbca917f8c5eae25d4451536f813579ec Mon Sep 17 00:00:00 2001 From: frohlich Date: Wed, 3 Jan 2007 10:51:54 +0000 Subject: [PATCH] Modified Files: src/Main/options.cxx: Olaf Flebbe: remove leftover snprintf --- src/Main/options.cxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 4acc61849..056c18503 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1683,13 +1683,6 @@ fgUsage (bool verbose) msg += tmp + '\n'; msg.append(32, ' '); } - char cstr[96]; - if (tmp.size() <= 25) { - snprintf(cstr, 96, " --%-27s", tmp.c_str()); - } else { - snprintf(cstr, 96, "\n --%s\n%32c", tmp.c_str(), ' '); - } - // There may be more than one tag assosiated // with one option -- 2.39.5