Remove extraneous line in .po reader, which caused it to disregard first line

Fixes #7337
This commit is contained in:
Bojidar Marinov 2016-12-20 21:10:44 +02:00
parent afbe013ba1
commit 474eafbbf6
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856

View file

@ -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,