Fix Linux compile warning with CDE

This commit is contained in:
Gaute Lindkvist 2019-04-09 08:16:46 +02:00
parent 64f537ad05
commit 08b996405f

View File

@ -40,7 +40,6 @@ class RiuViewerCommands;
class RivGridBoxGenerator;
class RivWindowEdgeAxesOverlayItem;
class QCDEStyle;
class QLabel;
namespace caf
@ -174,9 +173,6 @@ private:
bool m_showAnimProgress;
RiuSimpleHistogramWidget* m_histogramWidget;
bool m_showHistogram;
#if QT_VERSION < 0x050000
QCDEStyle* m_progressBarStyle;
#endif
cvf::ref<cvf::OverlayAxisCross> m_axisCross;
bool m_showAxisCross;