DeviceGraphicsContext.st
branchdelegated_gc_jv
changeset 6729 d4608914dc99
parent 6655 c600b219bb9e
child 6800 f4acb46ba42e
--- a/DeviceGraphicsContext.st	Thu Jan 01 23:31:43 2015 +0100
+++ b/DeviceGraphicsContext.st	Mon Jan 05 01:37:58 2015 +0100
@@ -9,10 +9,10 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:6.2.3.0 on 23-05-2014 at 17:22:04'                   !
-
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 GraphicsContext subclass:#DeviceGraphicsContext
 	instanceVariableNames:'drawableId gcId deviceFont foreground background drawableType
 		parentId'
@@ -1127,21 +1127,6 @@
         y:dstY
 !
 
-copyFrom:aDrawable x:srcX y:srcY toX:dstX y:dstY width:w height:h
-    "copy from aDrawable into the receiver;
-     the source may be the receiver as well - in this case its a scroll.
-     All coordinates are in device coordinates."
-
-    ^ self
-	copyFrom:aDrawable
-	x:srcX y:srcY
-	toX:dstX y:dstY
-	width:w height:h
-	async:false
-
-    "Modified: 29.1.1997 / 13:12:36 / cg"
-!
-
 copyFrom:aDrawable x:srcX y:srcY toX:dstX y:dstY width:w height:h async:async
     "copy from aDrawable into the receiver;
      the source may be the receiver as well - in this case its a scroll.
@@ -1303,6 +1288,7 @@
     "Modified: / 22.8.1998 / 15:15:52 / cg"
 ! !
 
+
 !DeviceGraphicsContext methodsFor:'copying'!
 
 postCopy