Skip to content

Commit

Permalink
Graphics: Remove some very old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Dec 25, 2022
1 parent f27a22c commit 4ff5921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Furball.Engine/Engine/Graphics/Drawables/Drawable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ public virtual void ClearEvents() {
this.OnDragEnd = null;
this.OnDragBegin = null;
this.OnHover = null;
// this.OnMove = null;
this.OnHoverLost = null;
}

Expand Down

0 comments on commit 4ff5921

Please sign in to comment.