Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Mar 19, 2024
1 parent a916af3 commit ea102db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/Album/AlbTextDeletedEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ AlbTextDeletedEvent >> sendTo: anObject [
anObject textDeletedEvent: self
]

{ #category : #accessing }
AlbTextDeletedEvent >> startIndex [

^ self fromIndex
]

{ #category : #accessing }
AlbTextDeletedEvent >> toIndex [
^ toIndex
Expand Down
6 changes: 0 additions & 6 deletions src/Album/AlbTextInsertedEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ AlbTextInsertedEvent class >> text: aBlText at: anIndex [
index: anIndex
]

{ #category : #accessing }
AlbTextInsertedEvent >> fromIndex [

^ self index
]

{ #category : #accessing }
AlbTextInsertedEvent >> index [
^ index
Expand Down

0 comments on commit ea102db

Please sign in to comment.