Skip to content

Commit

Permalink
Consolidate registerNotifications in GtNotificationEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
refactoringdr committed Sep 23, 2024
1 parent 4b1f61f commit f3de1a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/RemoteRunner/GtRrJobProgressNotification.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,6 @@ GtRrJobProgressNotification >> notificationLabel [
^ self job jobName
]

{ #category : #private }
GtRrJobProgressNotification >> registerNotifications [
"A different approach would be to show the notification using the UI Manager"

GtWorld allInstancesDo: [ :world |
world showNotification: self ].
]

{ #category : #accessing }
GtRrJobProgressNotification >> runJobAgain [
"Create a copy of the receiver's job and run it with progress notifications"
Expand Down

0 comments on commit f3de1a5

Please sign in to comment.