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

This commit is contained in:
Santiago Bragagnolo 2020-02-20 12:04:57 +00:00 committed by Offray Luna
parent 4118724ab4
commit c9457c0e60
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 { Class {
#name : #GrafoscopioLinksList, #name : #GrafoscopioLinksList,
#superclass : #ComposableModel, #superclass : #ComposablePresenter,
#instVars : [ #instVars : [
'links' 'links'
], ],

View File

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