Skip to content

Commit

Permalink
remove duplicated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 28, 2020
1 parent 2d6a6ed commit 90bbdb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/Spec2-Adapters-Morphic/SpMorphicTableDataSource.class.st
Expand Up @@ -35,14 +35,6 @@ SpMorphicTableDataSource >> elements [
ifNil: [ #() ] ]
]

{ #category : #accessing }
SpMorphicTableDataSource >> headerForColumn: aColumn [

^ self headersByColumn
at: aColumn
ifAbsentPut: [ self newHeaderColumn: aColumn ]
]

{ #category : #testing }
SpMorphicTableDataSource >> isMatch: anObject pattern: aString [
| text |
Expand Down
Expand Up @@ -65,14 +65,6 @@ SpMorphicTreeTableDataSource >> cellIndentFor: item [
^ item depth * 16
]

{ #category : #accessing }
SpMorphicTreeTableDataSource >> headerForColumn: aColumn [

^ self headersByColumn
at: aColumn
ifAbsentPut: [ self newHeaderColumn: aColumn ]
]

{ #category : #paths }
SpMorphicTreeTableDataSource >> indexFromPath: anArray [

Expand Down

0 comments on commit 90bbdb3

Please sign in to comment.