Skip to content

Commit

Permalink
AlbTextEditedEvent : removed #sourceEvent inst var (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Mar 15, 2024
1 parent 586da0a commit 47ba7bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Album/AlbTextEditedEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Class {
#name : #AlbTextEditedEvent,
#superclass : #BlEvent,
#instVars : [
'text',
'sourceEvent'
'text'
],
#category : #'Album-Model-Events'
}
Expand Down

0 comments on commit 47ba7bf

Please sign in to comment.