From: Philipp Spitzer Date: Wed, 14 Jul 2021 19:28:17 +0000 (+0200) Subject: Delete unused variable to avoid a compiler warning. X-Git-Tag: 0.7.0~22 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/102d186c946286839819bc3623fdddfcf5216877?hp=6759e32811b320e5e98b088498230133321b12ff Delete unused variable to avoid a compiler warning. --- 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;