summaryrefslogtreecommitdiff
path: root/pcl/pccoord.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcl/pccoord.h')
-rw-r--r--pcl/pccoord.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/pcl/pccoord.h b/pcl/pccoord.h
index 248a525c9..4c7efc478 100644
--- a/pcl/pccoord.h
+++ b/pcl/pccoord.h
@@ -23,15 +23,6 @@ typedef int coord;
typedef struct coord_point_s {
coord x, y;
-} coord_point;
-
-/*
- * The current PCL addressable position (in pcursor.c). This is NOT part of
- * the PCL state, though it previously was implmented as such. For this
- * reason, it is declared here.
- *
- * This point is in "pseudo print direction" space.
- */
-extern coord_point pcl_cap;
+} coord_point_t;
#endif /* pccoord_INCLUDED */