summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_translation_parser_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-05 22:35:18 +0200
committerGitHub <noreply@github.com>2020-07-05 22:35:18 +0200
commitc95fbd50fef4f648fef28e9435726a40ee7b7e2e (patch)
treecf5df9d12bf5e8e608c4413f47aee6005e624120 /modules/gdscript/editor/gdscript_translation_parser_plugin.h
parent7e38e8fdb0c05f0216e4322806315a025dc05b6f (diff)
parentcae6f0bda282c8e831cbae5d45cfaa4e841ff3bf (diff)
downloadredot-engine-c95fbd50fef4f648fef28e9435726a40ee7b7e2e.tar.gz
Merge pull request #40102 from SkyLucilfer/PotGenerationFix
Change translation parser plugin API to parse_file()
Diffstat (limited to 'modules/gdscript/editor/gdscript_translation_parser_plugin.h')
-rw-r--r--modules/gdscript/editor/gdscript_translation_parser_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/editor/gdscript_translation_parser_plugin.h b/modules/gdscript/editor/gdscript_translation_parser_plugin.h
index ef967845b9..efef8f8249 100644
--- a/modules/gdscript/editor/gdscript_translation_parser_plugin.h
+++ b/modules/gdscript/editor/gdscript_translation_parser_plugin.h
@@ -48,7 +48,6 @@ class GDScriptEditorTranslationParserPlugin : public EditorTranslationParserPlug
public:
virtual Error parse_file(const String &p_path, Vector<String> *r_extracted_strings);
- virtual void parse_text(const String &p_text, Vector<String> *r_extracted_strings);
virtual void get_recognized_extensions(List<String> *r_extensions) const;
GDScriptEditorTranslationParserPlugin();