From eaf440bd03a981857016f6d36a03722ab49b8dc9 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Tue, 17 Sep 2024 17:50:24 +0100 Subject: [PATCH] Remove blank methods --- project/code/TMV/UI/AssetBrowser.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/project/code/TMV/UI/AssetBrowser.cs b/project/code/TMV/UI/AssetBrowser.cs index 6a37f30..197e12b 100644 --- a/project/code/TMV/UI/AssetBrowser.cs +++ b/project/code/TMV/UI/AssetBrowser.cs @@ -4,16 +4,6 @@ namespace KeepersCompound.TMV.UI; public partial class AssetBrowser : Control { - // Called when the node enters the scene tree for the first time. - public override void _Ready() - { - } - - // Called every frame. 'delta' is the elapsed time since the previous frame. - public override void _Process(double delta) - { - } - public override void _ShortcutInput(InputEvent input) { if (input is InputEventKey keyEvent && keyEvent.Pressed)