From 23bbab78205739e16f2ab6afe678049576c24322 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 18 Dec 2020 13:44:02 +0100 Subject: [PATCH] unused enum removed --- src/common/QskAspect.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index d23b6468..2fc0d43e 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -97,8 +97,6 @@ QSK_NAMESPACE( QskAspect ) }; QSK_ENUM( ColorPrimitive ) - enum { LastPrimitive = 15 }; // max. value for all sort of primitives - enum Placement : quint8 { NoPlacement = 0,