NAME
	  fgluDeleteQuadric - destroy a	quadrics object


     FORTRAN SPECIFICATION
	  SUBROUTINE fgluDeleteQuadric(	CHARACTER*8 quad )


     PARAMETERS
	  quad	Specifies the quadrics object to be destroyed.

     DESCRIPTION
	  fgluDeleteQuadric destroys the quadrics object (created with
	  fgluNewQuadric) and frees any	memory it uses.	Once
	  fgluDeleteQuadric has	been called, quad cannot be used
	  again.

     SEE ALSO
	  fgluNewQuadric