You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -5793,9 +5793,6 @@ CanvasItemEditorPlugin::CanvasItemEditorPlugin() {
|
||||
canvas_item_editor->hide();
|
||||
}
|
||||
|
||||
CanvasItemEditorPlugin::~CanvasItemEditorPlugin() {
|
||||
}
|
||||
|
||||
void CanvasItemEditorViewport::_on_mouse_exit() {
|
||||
if (!texture_node_type_selector->is_visible()) {
|
||||
_remove_preview();
|
||||
|
||||
Reference in New Issue
Block a user