summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cairo-mutex-impl-private.h2
-rw-r--r--src/cairo-mutex-type-private.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo-mutex-impl-private.h b/src/cairo-mutex-impl-private.h
index 52519076..492d23d1 100644
--- a/src/cairo-mutex-impl-private.h
+++ b/src/cairo-mutex-impl-private.h
@@ -51,8 +51,6 @@
#include <lockdep.h>
#endif
-CAIRO_BEGIN_DECLS
-
/* A fully qualified no-operation statement */
#define CAIRO_MUTEX_IMPL_NOOP do {/*no-op*/} while (0)
/* And one that evaluates it's argument once */
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h
index 776b0db2..4b11a837 100644
--- a/src/cairo-mutex-type-private.h
+++ b/src/cairo-mutex-type-private.h
@@ -44,8 +44,6 @@
#include "cairo-compiler-private.h"
#include "cairo-mutex-impl-private.h"
-CAIRO_BEGIN_DECLS
-
/* Only the following three are mandatory at this point */
#ifndef CAIRO_MUTEX_IMPL_LOCK
# error "CAIRO_MUTEX_IMPL_LOCK not defined. Check cairo-mutex-impl-private.h."