UNTITLEDLOCAL UNTITLEDNAMEglutDestroyMenu -- Destroy a menu.LIBRARYOpenGLUT - menusSYNOPSIS#include <openglut.h> void glutDestroyMenu(int menuID);PARAMETERSmenuID The menu to destroy.DESCRIPTIONDestroys a given menu object by its ID.SEE ALSOglutCreateMenu(3) Epoch