Remove extraneous line in .po reader, which caused it to disregard first line
Fixes #7337
(cherry picked from commit 474eafbbf6
)
This commit is contained in:
parent
a282579f5c
commit
71b35c527f
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@
|
||||||
|
|
||||||
RES TranslationLoaderPO::load_translation(FileAccess *f, Error *r_error, const String &p_path) {
|
RES TranslationLoaderPO::load_translation(FileAccess *f, Error *r_error, const String &p_path) {
|
||||||
|
|
||||||
String l = f->get_line();
|
|
||||||
|
|
||||||
enum Status {
|
enum Status {
|
||||||
|
|
||||||
STATUS_NONE,
|
STATUS_NONE,
|
||||||
|
|
Loading…
Reference in a new issue