diff options
Diffstat (limited to 'pango/pango.h')
-rw-r--r-- | pango/pango.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pango/pango.h b/pango/pango.h index b5691901..ae440e03 100644 --- a/pango/pango.h +++ b/pango/pango.h @@ -22,10 +22,6 @@ #ifndef __PANGO_H__ #define __PANGO_H__ -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - #include <pango/pango-attributes.h> #include <pango/pango-break.h> #include <pango/pango-context.h> @@ -39,9 +35,4 @@ extern "C" { #include <pango/pango-layout.h> #include <pango/pango-types.h> -#ifdef __cplusplus -} -#endif /* __cplusplus */ - - #endif /* __PANGO_H__ */ |