From ffec17c6bf98f098ef2314e0a035a7e0f5b02b09 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 24 Jan 2004 20:50:33 +0000 Subject: [PATCH] Removed redundent , from enum. --- include/osgText/Font | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgText/Font b/include/osgText/Font index af2bdf762..bbac641f6 100644 --- a/include/osgText/Font +++ b/include/osgText/Font @@ -35,8 +35,8 @@ class Text; enum KerningType { KERNING_DEFAULT, //default locked to integer kerning values - KERNING_UNFITTED, //use floating point value for kerning - KERNING_NONE, //no kerning + KERNING_UNFITTED, //use floating point value for kerning + KERNING_NONE //no kerning }; /** read a font from specified file.*/