Skip to content

Commit

Permalink
Issue #3050: eliminate the attribue ReturnCharset
Browse files Browse the repository at this point in the history
as it was unused
  • Loading branch information
bschmalhofer committed Feb 26, 2024
1 parent 3575ff6 commit 8f1d7b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Kernel/Language.pm
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ sub new {
}
}

# if no return charset is given, use recommended return charset
if ( !$Self->{ReturnCharset} ) {
$Self->{ReturnCharset} = $Self->GetRecommendedCharset();
}

# get source file charset
# what charset should I use (take it from translation file)!
if ( $Self->{Charset} && ref $Self->{Charset} eq 'ARRAY' ) {
Expand Down

0 comments on commit 8f1d7b7

Please sign in to comment.