From 102d186c946286839819bc3623fdddfcf5216877 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Wed, 14 Jul 2021 21:28:17 +0200 Subject: [PATCH] Delete unused variable to avoid a compiler warning. --- src/mvc/delegate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mvc/delegate.cpp b/src/mvc/delegate.cpp index 99da5c1..ae44cf6 100644 --- a/src/mvc/delegate.cpp +++ b/src/mvc/delegate.cpp @@ -26,7 +26,6 @@ #include "room.h" -const int RADIUS = 10; const int SPACER = 10; const double scaleFactor1 = 0.4; -- 2.39.5