Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Apr 8, 2019
1 parent bc916d7 commit 575878f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/PharoLauncher-Core/PhLAboutCommand.class.st
Expand Up @@ -50,23 +50,6 @@ PhLAboutCommand >> execute [
open
]

{ #category : #querying }
PhLAboutCommand >> launcherCurrentMetacalloVersion [
^ self launcherMetacalloConfiguration currentVersion
]

{ #category : #querying }
PhLAboutCommand >> launcherMTProject [
^ project ifNil: [ project := MCModel2MTModelVisitor new
visitConfiguration: self launcherMetacalloConfiguration
withVersion: self launcherCurrentMetacalloVersion ]
]

{ #category : #querying }
PhLAboutCommand >> launcherMetacalloConfiguration [
^ MBConfigurationRoot current configurationInfoFor: ConfigurationOfPharoLauncher
]

{ #category : #querying }
PhLAboutCommand >> launcherVersion [

Expand Down

0 comments on commit 575878f

Please sign in to comment.