Skip to content

Commit aca35dd

Browse files
committedAug 29, 2024
Remove unused methods
1 parent 7bc41d9 commit aca35dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/Bloc-Animation/BlBaseAnimation.class.st

-5
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ BlBaseAnimation >> notifyLoopDone [
250250

251251
{ #category : #'private - notifying' }
252252
BlBaseAnimation >> notifyOnFinishedHandlers [
253-
self onFinished.
254253
actionHandlers do: [ :each | each actionPerformed ]
255254
]
256255

@@ -261,10 +260,6 @@ BlBaseAnimation >> onEnqueued: aBlSpace [
261260
self time: aBlSpace time
262261
]
263262

264-
{ #category : #'action handling' }
265-
BlBaseAnimation >> onFinished [
266-
]
267-
268263
{ #category : #'action handling' }
269264
BlBaseAnimation >> onFinishedDo: aBlock [
270265
self addOnFinishedHandler: (BlOnActionHandler do: aBlock)

0 commit comments

Comments
 (0)