aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 2d91a63..f4fd238 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -57,11 +57,9 @@ private:
QSet<int> m_selectedGlyphs;
- std::unique_ptr<QSGGeometry> m_glyphGeometryPtr, m_glyphOutlineGeometryPtr;
bool m_shouldUpdateGeometry, m_shouldUpdateMaterials;
arma::vec m_colorData;
-
ColorScale *m_colorScale;
};