Skip to content

Commit

Permalink
Remove empty initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Sep 19, 2019
1 parent 723ec92 commit 56427b6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions src/Athens-Cairo/AthensStrikeFontRenderer.class.st
Expand Up @@ -47,11 +47,6 @@ AthensStrikeFontRenderer >> font: anObject [
font := anObject
]

{ #category : #initialization }
AthensStrikeFontRenderer >> initialize [
super initialize
]

{ #category : #rendering }
AthensStrikeFontRenderer >> renderCharacters: aString from: start to: end [
| cairoText |
Expand Down
5 changes: 0 additions & 5 deletions src/Athens-Examples/AthensSurfaceExamples.class.st
Expand Up @@ -662,11 +662,6 @@ AthensSurfaceExamples >> createSurface: anExtent [
^ self class newSurface: anExtent
]

{ #category : #initialization }
AthensSurfaceExamples >> initialize [
super initialize
]

{ #category : #accessing }
AthensSurfaceExamples >> renderBlock [

Expand Down
5 changes: 0 additions & 5 deletions src/CodeImport/MethodChunkCompilerRequestor.class.st
Expand Up @@ -22,11 +22,6 @@ MethodChunkCompilerRequestor >> fileCompileRequestor: anObject [
fileCompileRequestor := anObject
]

{ #category : #initialization }
MethodChunkCompilerRequestor >> initialize [
super initialize
]

{ #category : #accessing }
MethodChunkCompilerRequestor >> interactive [
^ interactive
Expand Down
5 changes: 0 additions & 5 deletions src/GT-SpotterExtensions-Core/GTSelector.class.st
Expand Up @@ -52,11 +52,6 @@ GTSelector >> implementors [
collect: [ :each | each compiledMethod ] ]
]

{ #category : #initialization }
GTSelector >> initialize [
super initialize
]

{ #category : #accessing }
GTSelector >> name [
^ name
Expand Down
5 changes: 0 additions & 5 deletions src/OSWindow-SDL2/OSSDL2AthensRenderer.class.st
Expand Up @@ -48,11 +48,6 @@ OSSDL2AthensRenderer >> destroy [
renderer := nil.
]

{ #category : #initialization }
OSSDL2AthensRenderer >> initialize [
super initialize
]

{ #category : #initialization }
OSSDL2AthensRenderer >> initializeWindowHandle: aWindowHandle [
self initialize.
Expand Down
5 changes: 0 additions & 5 deletions src/OSWindow-SDL2/OSSDL2ExternalForm.class.st
Expand Up @@ -44,11 +44,6 @@ OSSDL2ExternalForm >> destroySurface [
].
]

{ #category : #initialization }
OSSDL2ExternalForm >> initialize [
super initialize
]

{ #category : #accessing }
OSSDL2ExternalForm >> pointer [
^pointer
Expand Down

0 comments on commit 56427b6

Please sign in to comment.