diff --git a/src/Athens-Cairo/AthensStrikeFontRenderer.class.st b/src/Athens-Cairo/AthensStrikeFontRenderer.class.st index bca36593e57..5c7565eaca5 100644 --- a/src/Athens-Cairo/AthensStrikeFontRenderer.class.st +++ b/src/Athens-Cairo/AthensStrikeFontRenderer.class.st @@ -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 | diff --git a/src/Athens-Examples/AthensSurfaceExamples.class.st b/src/Athens-Examples/AthensSurfaceExamples.class.st index 2cf42301ba4..623089aaeb2 100644 --- a/src/Athens-Examples/AthensSurfaceExamples.class.st +++ b/src/Athens-Examples/AthensSurfaceExamples.class.st @@ -662,11 +662,6 @@ AthensSurfaceExamples >> createSurface: anExtent [ ^ self class newSurface: anExtent ] -{ #category : #initialization } -AthensSurfaceExamples >> initialize [ - super initialize -] - { #category : #accessing } AthensSurfaceExamples >> renderBlock [ diff --git a/src/CodeImport/MethodChunkCompilerRequestor.class.st b/src/CodeImport/MethodChunkCompilerRequestor.class.st index 97b4cf15e43..1b51f67a5b4 100644 --- a/src/CodeImport/MethodChunkCompilerRequestor.class.st +++ b/src/CodeImport/MethodChunkCompilerRequestor.class.st @@ -22,11 +22,6 @@ MethodChunkCompilerRequestor >> fileCompileRequestor: anObject [ fileCompileRequestor := anObject ] -{ #category : #initialization } -MethodChunkCompilerRequestor >> initialize [ - super initialize -] - { #category : #accessing } MethodChunkCompilerRequestor >> interactive [ ^ interactive diff --git a/src/GT-SpotterExtensions-Core/GTSelector.class.st b/src/GT-SpotterExtensions-Core/GTSelector.class.st index b60ce58270b..c23ed940fce 100644 --- a/src/GT-SpotterExtensions-Core/GTSelector.class.st +++ b/src/GT-SpotterExtensions-Core/GTSelector.class.st @@ -52,11 +52,6 @@ GTSelector >> implementors [ collect: [ :each | each compiledMethod ] ] ] -{ #category : #initialization } -GTSelector >> initialize [ - super initialize -] - { #category : #accessing } GTSelector >> name [ ^ name diff --git a/src/OSWindow-SDL2/OSSDL2AthensRenderer.class.st b/src/OSWindow-SDL2/OSSDL2AthensRenderer.class.st index 5d065503a75..0e4c80c5092 100644 --- a/src/OSWindow-SDL2/OSSDL2AthensRenderer.class.st +++ b/src/OSWindow-SDL2/OSSDL2AthensRenderer.class.st @@ -48,11 +48,6 @@ OSSDL2AthensRenderer >> destroy [ renderer := nil. ] -{ #category : #initialization } -OSSDL2AthensRenderer >> initialize [ - super initialize -] - { #category : #initialization } OSSDL2AthensRenderer >> initializeWindowHandle: aWindowHandle [ self initialize. diff --git a/src/OSWindow-SDL2/OSSDL2ExternalForm.class.st b/src/OSWindow-SDL2/OSSDL2ExternalForm.class.st index b7aeb037243..6258a6b6409 100644 --- a/src/OSWindow-SDL2/OSSDL2ExternalForm.class.st +++ b/src/OSWindow-SDL2/OSSDL2ExternalForm.class.st @@ -44,11 +44,6 @@ OSSDL2ExternalForm >> destroySurface [ ]. ] -{ #category : #initialization } -OSSDL2ExternalForm >> initialize [ - super initialize -] - { #category : #accessing } OSSDL2ExternalForm >> pointer [ ^pointer