Skip to content

Commit

Permalink
Remove unused tool
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Jul 24, 2024
1 parent 61f9eda commit 9e9f66e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GToolkit-Inspector/ProtoObject.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ ProtoObject >> gtActionInspectFor: anAction [
icon: BrGlamorousVectorIcons inspect;
label: 'Inspect current object';
action: [ :aButton :aModel :anEvent |
| aTool |
aTool := self gtDefaultInspectorTool.
aButton phlow spawnObject: self ].
button viewModel
when: BlClickEvent
Expand Down

0 comments on commit 9e9f66e

Please sign in to comment.