summaryrefslogtreecommitdiff
path: root/src/cairo-deprecated.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-05-09 11:41:05 +0200
committerBehdad Esfahbod <behdad@behdad.org>2008-05-09 15:54:10 +0200
commit5744b0b9a563e5cf329cc0ba31f96ff238d86210 (patch)
treea8e20b40f7d35665395705a85bbe09163089f5c1 /src/cairo-deprecated.h
parent5f633580189fa48f5b650d3c63c585521bb833a9 (diff)
downloadcairo-5744b0b9a563e5cf329cc0ba31f96ff238d86210.tar.gz
[cairo-deprecated.h] Remove mention of cairoint.h from public header
Diffstat (limited to 'src/cairo-deprecated.h')
-rw-r--r--src/cairo-deprecated.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo-deprecated.h b/src/cairo-deprecated.h
index c73d2b781..b59ea643a 100644
--- a/src/cairo-deprecated.h
+++ b/src/cairo-deprecated.h
@@ -52,8 +52,6 @@
#define CAIRO_FONT_TYPE_ATSUI CAIRO_FONT_TYPE_QUARTZ
-#ifndef _CAIROINT_H_
-
/* Obsolete functions. These definitions exist to coerce the compiler
* into providing a little bit of guidance with its error
* messages. The idea is to help users port their old code without
@@ -137,6 +135,4 @@
#define cairo_get_status_string cairo_get_status_string_DEPRECATED_BY_cairo_status_AND_cairo_status_to_string
#define cairo_status_string cairo_status_string_DEPRECATED_BY_cairo_status_AND_cairo_status_to_string
-#endif
-
#endif /* CAIRO_DEPRECATED_H */