summaryrefslogtreecommitdiff
path: root/modules/mono/editor/csharp_project.h
diff options
context:
space:
mode:
authorIgnacio Roldán Etcheverry <neikeq@users.noreply.github.com>2019-12-29 13:36:50 +0100
committerGitHub <noreply@github.com>2019-12-29 13:36:50 +0100
commit12482bf8840ce2fa84d6eea7999628be426cba8d (patch)
tree36b9c9909da20b9c7f0310a506542474bf2d1cba /modules/mono/editor/csharp_project.h
parent318c69351624f7794c51b5385d252af397c0404a (diff)
parent86274b9fc9e63c0eb6112bf4d87d67dd97fb0b86 (diff)
Merge pull request #34657 from neikeq/tasukete
Mono/C#: Re-structure API solution and GodotTools post-build target
Diffstat (limited to 'modules/mono/editor/csharp_project.h')
-rw-r--r--modules/mono/editor/csharp_project.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/mono/editor/csharp_project.h b/modules/mono/editor/csharp_project.h
index b42762cea2..cc1d68c3b5 100644
--- a/modules/mono/editor/csharp_project.h
+++ b/modules/mono/editor/csharp_project.h
@@ -35,9 +35,6 @@
namespace CSharpProject {
-bool generate_api_solution(const String &p_solution_dir, const String &p_core_proj_dir, const Vector<String> &p_core_compile_items,
- const String &p_editor_proj_dir, const Vector<String> &p_editor_compile_items);
-
void add_item(const String &p_project_path, const String &p_item_type, const String &p_include);
} // namespace CSharpProject