Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 4, 2023
1 parent 8d2730a commit 17fbf3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions src/NewTools-WelcomeBrowser/StWelcomeBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ Class {
#name : #StWelcomeBrowser,
#superclass : #StPresenter,
#instVars : [
'changesPanel',
'learnPanel',
'explorePanel',
'gettingHelpPanel',
'moreDocumentationPanel',
'welcomePanel',
'topicsList',
'contentPanel',
'millerList',
'paginator'
Expand Down
3 changes: 1 addition & 2 deletions src/NewTools-WelcomeBrowser/StWelcomeTopicPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Class {
'hasPrevious',
'hasNext',
'nextBlock',
'previousBlock',
'titlePresenter'
'previousBlock'
],
#category : #'NewTools-WelcomeBrowser'
}
Expand Down

0 comments on commit 17fbf3f

Please sign in to comment.