Skip to content

Commit

Permalink
Remove unused vars in HandMorph
Browse files Browse the repository at this point in the history
Fix #8250
  • Loading branch information
astares committed Jan 4, 2021
1 parent c3cf32f commit 156a592
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Morphic-Core/HandMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ Class {
'savedPatch',
'lastEventBuffer',
'lastKeyScanCode',
'combinedChar',
'captureBlock',
'recentModifiers',
'pendingEventQueue'
],
#classVars : [
'DoubleClickTime',
'EventSource',
'EventStats',
'NormalCursor',
'PasteBuffer',
Expand Down

0 comments on commit 156a592

Please sign in to comment.