diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-07 20:06:43 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-08 07:24:43 -0400 |
commit | 00bb111ab20beae6d1a4dea47326d9e2144c57d8 (patch) | |
tree | 55a60d7aa9ee5696c1bdd8286fefee5f137df842 | |
parent | d6f3dc5a398040847d53bdeeb9d7ef5f5eab0dfc (diff) |
graphics: path: Remove code that wasn't doing anything.
-rw-r--r-- | chickadee/graphics/path.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index edce792..5cef98b 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -578,7 +578,6 @@ ;; the transformation matrix. (rect-union! (compiled-path-bounding-box compiled-path) (transform-bounding-box (path-bounding-box path) matrix)) - (path-bounding-box path) (compiled-path-bounding-box compiled-path) ;; Evaluate all commands. This simple virtual machine uses a ;; brush-on-paper metaphor and has a few variables that can be ;; manipulated: |