浏览代码

Merge pull request #7339 from bojidar-bg/po-import-failiure

Remove extraneous line in .po reader, which caused it to disregard first line
Rémi Verschelde 8 年之前
父节点
当前提交
36f03f9461
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/io/translation_loader_po.cpp

+ 0 - 2
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,