1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove unimplemented methods

This commit is contained in:
Marcel Admiraal
2021-10-18 17:58:37 +01:00
parent 62db47a7fb
commit 4d3690eba5
81 changed files with 4 additions and 213 deletions

View File

@@ -50,10 +50,8 @@ class GDScriptLanguageServer : public EditorPlugin {
private:
void _notification(int p_what);
void _iteration();
public:
Error parse_script_file(const String &p_path);
GDScriptLanguageServer();
void start();
void stop();