Passing to PResenter instead of model (pharo8 ) and removing an unused grafoscopio links model

This commit is contained in:
SantiagoBragagnolo 2020-02-20 12:04:57 +00:00
parent 23e763cd9c
commit 79f7308e56
2 changed files with 1 additions and 9 deletions

View File

@ -5,7 +5,7 @@ I'm responsable for showing the links and selecting them.
"
Class {
#name : #GrafoscopioLinksList,
#superclass : #ComposableModel,
#superclass : #ComposablePresenter,
#instVars : [
'links'
],

View File

@ -1,8 +0,0 @@
Class {
#name : #GrafoscopioLinkstModel,
#superclass : #ComposableModel,
#instVars : [
'links'
],
#category : #'Grafoscopio-UI'
}