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

Editor: Remove unused Class Name field from Create Script dialog

This commit is contained in:
Danil Alexeev
2023-09-12 11:52:43 +03:00
parent 5c43e4c1ef
commit 26ce861910
18 changed files with 69 additions and 139 deletions

View File

@@ -392,10 +392,6 @@ Script *CSharpLanguage::create_script() const {
return memnew(CSharpScript);
}
bool CSharpLanguage::has_named_classes() const {
return false;
}
bool CSharpLanguage::supports_builtin_mode() const {
return false;
}