From a028d62aea4a21ff6a71a3b729c552455d4bb6ea Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Sun, 22 May 2011 04:34:55 +0200 Subject: [PATCH] remove commented piece of code --- lang/lang2xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lang/lang2xml b/lang/lang2xml index ebe40519..ab41ec30 100755 --- a/lang/lang2xml +++ b/lang/lang2xml @@ -59,11 +59,6 @@ case $COMMAND in # find all translation files in the source tree TARGETS=$(ls *.php | grep -v translations.php) rec $TARGETS - # for f in $TARGETS - # do - # DIRNAME=$(dirname $f) - # rec $f "$DIRNAME/$DESTDIR" - # done ;; clean) # find all recoded translation files in the source tree @@ -72,9 +67,5 @@ case $COMMAND in ;; *) rec $@ - # for f in $@ - # do - # rec $f $DESTDIR - # done ;; esac -- 2.39.5