Removed redundent , from enum.

This commit is contained in:
Robert Osfield 2004-01-24 20:50:33 +00:00
parent e17df6a8a5
commit ffec17c6bf

View File

@ -36,7 +36,7 @@ enum KerningType
{
KERNING_DEFAULT, //default locked to integer kerning values
KERNING_UNFITTED, //use floating point value for kerning
KERNING_NONE, //no kerning
KERNING_NONE //no kerning
};
/** read a font from specified file.*/