From 497604a192ca37a184e8fa4b54aabb17a6673fcc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 5 Jun 2007 08:30:24 +0000 Subject: [PATCH] Removed redundent comma --- include/osg/StateAttribute | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/osg/StateAttribute b/include/osg/StateAttribute index a6bd34217..133ca13e9 100644 --- a/include/osg/StateAttribute +++ b/include/osg/StateAttribute @@ -180,9 +180,7 @@ class OSG_EXPORT StateAttribute : public Object OSGNVSLANG_PROGRAM, // osgNVParse - OSGNVPARSE_PROGRAM_PARSER, - - + OSGNVPARSE_PROGRAM_PARSER }; /** Simple pairing between an attribute type and the member within that attribute type group.*/