From 474eafbbf68036251666cc1c4e86a82876b59e61 Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Tue, 20 Dec 2016 21:10:44 +0200 Subject: Remove extraneous line in .po reader, which caused it to disregard first line Fixes #7337 --- core/io/translation_loader_po.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/io/translation_loader_po.cpp b/core/io/translation_loader_po.cpp index a22c57b941..9b73785567 100644 --- a/core/io/translation_loader_po.cpp +++ b/core/io/translation_loader_po.cpp @@ -33,8 +33,6 @@ RES TranslationLoaderPO::load_translation(FileAccess *f, Error *r_error, const String &p_path) { - String l = f->get_line(); - enum Status { STATUS_NONE, -- cgit v1.2.3