summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index fb01e132..dfb78afa 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -16,7 +16,6 @@ use lib $ROOT.'/lib';
use TUWF ':html', 'kv_validate';
-use VNDB::L10N;
use VNDB::Func 'json_decode';
use VNDBUtil 'gtintype';
use SkinFile;
@@ -31,10 +30,6 @@ my $skin = SkinFile->new("$ROOT/static/s");
$S{skins} = { map +($_ => [ $skin->get($_, 'name'), $skin->get($_, 'userid') ]), $skin->list };
-# load lang.dat
-VNDB::L10N::loadfile();
-
-
# load settings from global.pl
require $ROOT.'/data/global.pl';
@@ -68,9 +63,6 @@ sub reqinit {
# check authentication cookies
$self->authInit;
- # Set language to English
- $self->{l10n} = VNDB::L10N->get_handle('en');
-
# load some stats (used for about all pageviews, anyway)
$self->{stats} = $self->dbStats;