From 7e2b022ead8bdc5bf66bb4c6dae70fb1a26c631c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Apr 2009 16:47:07 +0000 Subject: [PATCH] Warning fixes --- src/osgPlugins/ply/ply.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/osgPlugins/ply/ply.h b/src/osgPlugins/ply/ply.h index 725f40235..cc9c8f539 100644 --- a/src/osgPlugins/ply/ply.h +++ b/src/osgPlugins/ply/ply.h @@ -36,10 +36,6 @@ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. // include to quieten down silly VS warnings #include -#ifdef __cplusplus -extern "C" { -#endif - #include #include @@ -167,9 +163,5 @@ extern void ply_free_other_elements (PlyOtherElems *); extern int equal_strings(const char *, const char *); - -#ifdef __cplusplus -} -#endif #endif /* !__PLY_H__ */