Merge pull request #78573 from dalexeev/editor-create-script-class-name

Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
Rémi Verschelde 2023-09-25 17:17:46 +02:00
commit 1a0e653d7f
No known key found for this signature in database
GPG key ID: C3336907360768E1
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;
}