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)