GraphicsMedium.st
changeset 8690 83fadb9e5567
parent 8559 9f7e552ce3f8
child 8700 9f593fb9dc72
--- a/GraphicsMedium.st	Mon May 27 15:09:48 2019 +0200
+++ b/GraphicsMedium.st	Mon May 27 15:09:54 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1464,7 +1462,7 @@
     gc copyPlaneFrom:deviceDrawable graphicsContext x:srcX y:srcY toX:dstX y:dstY width:w height:h
 ! !
 
-!GraphicsMedium methodsFor:'copying'!
+!GraphicsMedium methodsFor:'copying-private'!
 
 postCopy
     "this may not be enough to allow copying of views ..."