summaryrefslogtreecommitdiff
path: root/src/cairo-path-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-10-30 10:58:16 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-10-30 10:58:16 +0000
commite57df319633f8ebd0249096d76c9058f31f9835b (patch)
tree0cb840d6d3ade6258e4b886ea1f40262fe7ff6ed /src/cairo-path-private.h
parent6fdb7f129c8154e288ee40765fa63ffaeebaf8fd (diff)
downloadcairo-e57df319633f8ebd0249096d76c9058f31f9835b.tar.gz
[cairo-path] Make _cairo_path_nil static.
_cairo_path_nil is only used within cairo-path.c, so there is no reason to expose it to the rest of the libary.
Diffstat (limited to 'src/cairo-path-private.h')
-rw-r--r--src/cairo-path-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-path-private.h b/src/cairo-path-private.h
index d855c192b..a24eaa492 100644
--- a/src/cairo-path-private.h
+++ b/src/cairo-path-private.h
@@ -39,8 +39,6 @@
#include "cairoint.h"
-extern const cairo_private cairo_path_t _cairo_path_nil;
-
cairo_private cairo_path_t *
_cairo_path_create (cairo_path_fixed_t *path,
cairo_gstate_t *gstate);