From f329e7927e0280fdbaa08f56bf2871bb9ac5bd4b Mon Sep 17 00:00:00 2001 From: koldo Date: Sat, 13 Jun 2020 13:16:35 +0000 Subject: [PATCH] Controls4U: Solved CLANG warnings in Linux git-svn-id: svn://ultimatepp.org/upp/trunk@14586 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/Controls4U/SliderCtrlX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/Controls4U/SliderCtrlX.h b/bazaar/Controls4U/SliderCtrlX.h index ab4b250ac..b322d67d3 100644 --- a/bazaar/Controls4U/SliderCtrlX.h +++ b/bazaar/Controls4U/SliderCtrlX.h @@ -36,7 +36,7 @@ private: int m_nMinorTicks; // This is the "increment" for minor tix int m_nMajorTickSize; // Percent of the space from the line to the edge, eg 30 int m_nMinorTickSize; // Percent of the space from the line to the edge, eg 20 - int m_nTextAlign; + //int m_nTextAlign; int m_nTickPosition; int m_nThickness; // Thickness of the thumb guide int m_nSliderType; // either a CONTROL / INDICATOR