Remove unused word

slava 2006-08-04 00:06:24 +00:00
parent 5d7d152792
commit 83ac24e59a
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ M: array rect-dim drop { 0 0 } ;
: <extent-rect> ( loc ext -- rect ) dupd swap [v-] <rect> ;
: offset-rect ( loc rect -- rect )
rect-bounds >r origin get v+ r> <rect> ;
: >absolute ( rect -- rect )
rect-bounds >r origin get v+ r> <rect> ;