Skip to content

Commit 75097c6

Browse files
committed
Removed some debug code
1 parent 728c4ba commit 75097c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Graph/GraphControl.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ protected override void OnMouseWheel(MouseEventArgs e)
831831
#region OnMouseDown
832832
protected override void OnMouseDown(MouseEventArgs e)
833833
{
834-
previousArgs = e;
835834
base.OnMouseDown(e);
836835

837836
if (currentButtons != MouseButtons.None)

0 commit comments

Comments
 (0)