From 54a5be8d3a3e69efdb5f84580e83b71e617ca46b Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:45:43 -0500 Subject: [PATCH] housekeeping --- src/app/gui/canvas.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/gui/canvas.h b/src/app/gui/canvas.h index 42451c32..bc94352d 100644 --- a/src/app/gui/canvas.h +++ b/src/app/gui/canvas.h @@ -244,7 +244,6 @@ void BitmapCanvasPipeline(gui::Canvas &canvas, const gfx::Bitmap &bitmap, bool scrollbar, int canvas_id); } // namespace gui - } // namespace yaze #endif