Paul Vriens : transl: Remove an unused parameter.

Alexandre Julliard julliard at winehq.org
Fri Jul 17 09:16:40 CDT 2009


Module: tools
Branch: master
Commit: 03ae75ffd460c79da50cdd20efcf6c03f69ee252
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=03ae75ffd460c79da50cdd20efcf6c03f69ee252

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Fri Jul 17 12:14:41 2009 +0200

transl: Remove an unused parameter.

---

 transl/scripts/checkmakefile.pl |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/transl/scripts/checkmakefile.pl b/transl/scripts/checkmakefile.pl
index c0294fd..ef83bdd 100755
--- a/transl/scripts/checkmakefile.pl
+++ b/transl/scripts/checkmakefile.pl
@@ -238,7 +238,6 @@ sub mycheck
 
     my %missing_rl;
     my %notes_rl;
-    my %warn_rl;
     my %missing_count;
 
     foreach $resource (@resources)
@@ -339,11 +338,6 @@ sub mycheck
                 print LANGOUT "$dir$suffix: Error: resource ".resource_name2($resource).": $msg\n";
             }
 
-            foreach my $msg (@{$warn_rl{$resource}{$lang}})
-            {
-                print LANGOUT "$dir$suffix: Warning: resource ".resource_name2($resource).": $msg\n";
-            }
-
             foreach my $msg (@{$missing_rl{$resource}{$lang}})
             {
                 print LANGOUT "$dir$suffix: Missing: resource ".resource_name2($resource).": $msg\n";




More information about the wine-cvs mailing list