Fix redundant code.

This commit is contained in:
Roman Telezhynskyi 2024-01-13 14:40:12 +02:00
parent aabbb29bb8
commit 95f405cb8d

View File

@ -41,11 +41,6 @@
#include "../vmisc/vabstractvalapplication.h"
#include "vabstractcurve_p.h"
// See https://stackoverflow.com/a/46719572/3045403
#if __cplusplus < 201703L
constexpr qreal VAbstractCurve::minLength; // NOLINT(readability-redundant-declaration)
#endif
namespace
{
//---------------------------------------------------------------------------------------------------------------------