You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
@@ -424,7 +424,9 @@ public:
|
||||
}
|
||||
String validate_path(const String &p_path) const override;
|
||||
Script *create_script() const override;
|
||||
bool has_named_classes() const override;
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
virtual bool has_named_classes() const override { return false; }
|
||||
#endif
|
||||
bool supports_builtin_mode() const override;
|
||||
/* TODO? */ int find_function(const String &p_function, const String &p_code) const override {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user