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
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
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;
}