From 2c8b51e9f917676e4315083cf2bab7bf75cc6594 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 13 Jan 2016 19:53:20 +0100 Subject: [PATCH] Changed: Remove duplicate lines --- code/nel/tools/3d/build_far_bank/build_far_bank.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/nel/tools/3d/build_far_bank/build_far_bank.cpp b/code/nel/tools/3d/build_far_bank/build_far_bank.cpp index 2699dca7b..05130b908 100644 --- a/code/nel/tools/3d/build_far_bank/build_far_bank.cpp +++ b/code/nel/tools/3d/build_far_bank/build_far_bank.cpp @@ -153,8 +153,6 @@ int main (int argc, char **argv) outputVersion=true; if (strcmp (argv[n], "-?")==0) outputHelp=true; - if (strcmp (argv[n], "-?")==0) - outputHelp=true; if (strncmp (argv[n], "-d", 2)==0) { rootDir = argv[n]; @@ -182,7 +180,6 @@ int main (int argc, char **argv) "\t-d#: change the root directory of the small bank. # is the new directory\n" "\t-p#: postfix tiles filename by #\n" "\t-r: load the bitmaps from the current directory\n" - "\t-r: load the bitmaps from the current directory\n" "\t-f: force recomputation of all the tiles\n" "\t-v: print the version\n" "\t-?: print help\n"