GraphicsContext.st
changeset 7421 0b749b7c7bea
parent 7416 bd3b9e9edd9e
child 7457 c1b084d31bb9
--- a/GraphicsContext.st	Wed Jul 20 11:17:36 2016 +0200
+++ b/GraphicsContext.st	Wed Jul 20 11:18:03 2016 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:7.1.0.0 on 19-07-2016 at 15:53:05'                   !
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
@@ -673,12 +671,6 @@
     self paint:aColor.
     self fillRectangle:aRectangle.
     self paint:oldPaint.
-!
-
-fillWhite
-    "fill all of the receiver with the white color"
-
-    self fill:Color white
 ! !
 
 !GraphicsContext methodsFor:'accessing'!