summaryrefslogtreecommitdiffstats
path: root/src/glitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glitem.h')
-rw-r--r--src/glitem.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/glitem.h b/src/glitem.h
index e58f36f..268dbeb 100644
--- a/src/glitem.h
+++ b/src/glitem.h
@@ -125,25 +125,6 @@ protected:
virtual void drawAxes(double length);
/**
- * @brief createCubef Creates a cube and apends it for drawing.
- * @param lbb The left bottom back cube vector.
- * @param rtf The right top front cube vector.
- */
- virtual void createCube(const QVector3D &lbb, const QVector3D &rtf);
-
- /**
- * @brief createF Creates an 'F' with cubes.
- * @param height The height of the 'F'.
- */
- virtual void createF(double height);
-
- /**
- * @brief drawF Draws an 'F' with matrix transformations.
- * @param height The height of the 'F'.
- */
- virtual void drawF(double height);
-
- /**
* @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0)
* @param length Axes length.
*/