Skip to content

Commit

Permalink
Deleted unused event handler which is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajn96 committed Jan 21, 2025
1 parent 118d245 commit 8d02775
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/DataPlotGUI.vb
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,6 @@ Public Class DataPlotGUI
plotFocus = False
End Sub

Private Sub WriteEnterHandler(sender As Object, e As KeyEventArgs)

If e.KeyCode = Keys.Return Then
e.Handled = True
e.SuppressKeyPress = True
End If

End Sub

Private Sub AnnoyingNoiseHandler(sender As Object, e As KeyEventArgs)
If e.KeyCode = Keys.Return Then
e.Handled = True
e.SuppressKeyPress = True
End If
End Sub

#End Region

#Region "Helper Functions"
Expand Down

0 comments on commit 8d02775

Please sign in to comment.