From 3d4672cf30cef6d4cd910be1e182894f4ee39e3f Mon Sep 17 00:00:00 2001 From: Toshio Sekiya Date: Mon, 1 Feb 2021 17:08:52 +0900 Subject: [PATCH] Remove #define debug 1. --- src/turtle/turtle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/turtle/turtle.h b/src/turtle/turtle.h index 2189741..2c4735c 100644 --- a/src/turtle/turtle.h +++ b/src/turtle/turtle.h @@ -8,6 +8,6 @@ /* However it makes the program slow. */ /* If you don't want to see such information, remove the line. */ /* #define debug 1 */ -#define debug 1 + extern cairo_surface_t *surface;