summaryrefslogtreecommitdiff
path: root/pcl/pccoord.h
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1999-04-02 07:41:37 +0000
committerHenry Stiles <henry.stiles@artifex.com>1999-04-02 07:41:37 +0000
commit023d164a13a11c1bce9291fad8f9272b34bd607e (patch)
tree8d0f23577d81ea93ff19289e6458a6893ff398a0 /pcl/pccoord.h
parentd8abcd6dda0c16ec723e00fbea84fe59a63c2203 (diff)
downloadghostpdl-023d164a13a11c1bce9291fad8f9272b34bd607e.tar.gz
Static removal phase 2. Moves pcl cursor (cap) back into pcl's state,
along with the cursor stack and stack size. Also, PCL was referencing the state using the names pcs or pcls, now we use pcs only. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@797 06663e23-700e-0410-b217-a244a6096597
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 */