summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-25 17:17:46 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-25 17:17:46 +0200
commit1a0e653d7f1987bc3593bd50d7ae37c954883d3f (patch)
tree994cfa0afbe1b2976ad44a4c5b9eea337ee4e49f /modules/mono/csharp_script.cpp
parent3408aab7c6597cdae6887c9a737cbe77d1555d51 (diff)
parent26ce86191014fa109052a8330e6f27546760ec73 (diff)
downloadredot-engine-1a0e653d7f1987bc3593bd50d7ae37c954883d3f.tar.gz
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Editor: Remove unused Class Name field from Create Script dialog
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index 26c684f769..0a23dff42d 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -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;
}