summaryrefslogtreecommitdiffstats
path: root/src/glsphere.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsphere.h')
-rw-r--r--src/glsphere.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsphere.h b/src/glsphere.h
index f884117..9aae032 100644
--- a/src/glsphere.h
+++ b/src/glsphere.h
@@ -22,11 +22,8 @@ private:
*/
QVector3D calculatePoint(double sliceRotation, double stackRotation);
- QVector<QVector3D> calculateRow(int slice);
-
int m_stacks;
int m_slices;
- QVector<QVector3D> firstRow;
};
#endif // GLSPHERE_H