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__ */