pmc/cube.cc
changeset 46 4b9e1ac40246
parent 45 7197576fedcf
child 54 c064ce9f40f5
--- a/pmc/cube.cc
+++ b/pmc/cube.cc
@@ -78,11 +78,6 @@
 
 void Cube::show ()
 {
-    /*
-     * Implement some Sanity Checks
-     */
-    int height = surface->getHeight ();
-
     surface->drawLine (P[0]->X (), P[0]->Y (), P[1]->X (), P[1]->Y ());
     surface->drawLine (P[3]->X (), P[3]->Y (), P[2]->X (), P[2]->Y ());
     surface->drawLine (P[2]->X (), P[2]->Y (), P[1]->X (), P[1]->Y ());