summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-type-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-10-20 17:59:09 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-10-20 17:59:41 -0400
commit83d2552e4cafc9f86a8055abdf6caa685ed4922b (patch)
tree598d8fc5be2a9fb75e72d84724e0ba472de12849 /src/cairo-mutex-type-private.h
parenteab37f76b0f26a7b007dd51debf4d4901310c8b0 (diff)
downloadcairo-83d2552e4cafc9f86a8055abdf6caa685ed4922b.tar.gz
Remove CAIRO_BEGIN_DECLS uses that ickle introduced while merging
Diffstat (limited to 'src/cairo-mutex-type-private.h')
-rw-r--r--src/cairo-mutex-type-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h
index 776b0db28..4b11a8379 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."