Remove blank methods

This commit is contained in:
Jarrod Doyle 2024-09-17 17:50:24 +01:00
parent 0d01de1a29
commit eaf440bd03
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 10 deletions

View File

@ -4,16 +4,6 @@ namespace KeepersCompound.TMV.UI;
public partial class AssetBrowser : Control 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) public override void _ShortcutInput(InputEvent input)
{ {
if (input is InputEventKey keyEvent && keyEvent.Pressed) if (input is InputEventKey keyEvent && keyEvent.Pressed)