GraphicsContext.st
changeset 7477 d3f6ca4941bf
parent 7474 ff35cd980d70
child 7503 bdb0ef0d889a
child 7541 39940e2446a5
--- a/GraphicsContext.st	Tue Jul 26 15:10:14 2016 +0200
+++ b/GraphicsContext.st	Tue Jul 26 17:55:13 2016 +0200
@@ -1021,8 +1021,6 @@
 !
 
 scale:scale translation:aPoint
-    "set the translation offset of the transformation"
-
     transformation isNil ifTrue:[
         (aPoint = 0 and:[scale = 1]) ifTrue:[^ self].
         transformation := WindowingTransformation scale:scale translation:aPoint