You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Remove empty constructors and destructors from core/
This commit is contained in:
@@ -167,9 +167,6 @@ CallableCustomBind::CallableCustomBind(const Callable &p_callable, const Vector<
|
||||
binds = p_binds;
|
||||
}
|
||||
|
||||
CallableCustomBind::~CallableCustomBind() {
|
||||
}
|
||||
|
||||
//////////////////////////////////
|
||||
|
||||
uint32_t CallableCustomUnbind::hash() const {
|
||||
@@ -273,6 +270,3 @@ CallableCustomUnbind::CallableCustomUnbind(const Callable &p_callable, int p_arg
|
||||
callable = p_callable;
|
||||
argcount = p_argcount;
|
||||
}
|
||||
|
||||
CallableCustomUnbind::~CallableCustomUnbind() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user