From 00bb111ab20beae6d1a4dea47326d9e2144c57d8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 7 Sep 2021 20:06:43 -0400 Subject: graphics: path: Remove code that wasn't doing anything. --- chickadee/graphics/path.scm | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3