Removed unused "u32" type...

git-svn-id: file:///fltk/svn/fltk/trunk@403 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-03-10 16:25:02 +00:00
parent 26068ce30e
commit 51c3b154dd

View File

@ -1,5 +1,5 @@
//
// "$Id: Enumerations.H,v 1.17 1999/02/22 22:10:14 mike Exp $"
// "$Id: Enumerations.H,v 1.18 1999/03/10 16:25:02 mike Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@ -62,7 +62,6 @@
typedef unsigned char uchar;
typedef unsigned long ulong;
typedef unsigned int u32; // you must fix if not 32 bits on your machine!
enum Fl_Event { // events
FL_NO_EVENT = 0,
@ -365,5 +364,5 @@ enum Fl_Damage {
#endif
//
// End of "$Id: Enumerations.H,v 1.17 1999/02/22 22:10:14 mike Exp $".
// End of "$Id: Enumerations.H,v 1.18 1999/03/10 16:25:02 mike Exp $".
//