Removed comment about limitations in Glut that were fixed by Mike a while ago (STR #1700)>

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5889 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2007-06-07 17:28:43 +00:00
parent 38cc8c2f4d
commit 5ba77af1ec
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@
// Although I have copied the GLUT API, none of my code is based on
// any GLUT implementation details and is therefore covered by the LGPL.
// FLTK does not include the GLUT drawing functions (such as
// glutWireTeapot()) or the stroke fonts but the declarations for the
// drawing functions are included here because otherwise there is no
// way to get them along with this. To use them you will have to
// link in the original GLUT library, put -lglut *after* -lfltk.
// Commented out lines indicate parts of GLUT that are not emulated.
#ifndef Fl_glut_H