(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 002fadc..f9ab89f 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -390,7 +390,7 @@ void makeMenu() {
   int gTextureMenu = makeSubmenuFromArray( textureMenuEntries, textureMenuEntriesSize, processGTextureEvents );\r
 \r
   // Construct main menu\r
-  int mainMenu = glutCreateMenu(processMainEvents);\r
+  glutCreateMenu(processMainEvents);\r
   glutAddMenuEntry("Rotate/Move Camera", ROTATE_MOVE_CAMERA);\r
   glutAddSubMenu("Add object", objectMenu);\r
   glutAddMenuEntry("Position/Scale", POSITION_SCALE);\r

UCC git Repository :: git.ucc.asn.au