summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-30 21:31:04 (GMT)
committerjoye <joye>2014-05-30 21:31:04 (GMT)
commitf8a01906e319c1d68d96f6bf20510cf771f6e7e3 (patch)
tree8014823bb5d7c11452240f645ca317ffbe6dbf87 /src/bltGrPSOutput.h
parentb4e1bb34955d01729ee9e29bae532c06b71b1afa (diff)
downloadblt-f8a01906e319c1d68d96f6bf20510cf771f6e7e3.zip
blt-f8a01906e319c1d68d96f6bf20510cf771f6e7e3.tar.gz
blt-f8a01906e319c1d68d96f6bf20510cf771f6e7e3.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index 422faa2..156b14d 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -91,15 +91,6 @@ extern void Blt_Ps_XSetLineAttributes(Blt_Ps ps, XColor* colorPtr,
extern void Blt_Ps_XSetStipple(Blt_Ps ps, Display *display, Pixmap bitmap);
-extern void Blt_Ps_Polyline(Blt_Ps ps, Point2d *screenPts, int nScreenPts);
-
-extern void Blt_Ps_XDrawLines(Blt_Ps ps, XPoint *points, int n);
-
-extern void Blt_Ps_XDrawSegments(Blt_Ps ps, XSegment *segments,
- int nSegments);
-
-extern void Blt_Ps_DrawPolyline(Blt_Ps ps, Point2d *points, int n);
-
extern void Blt_Ps_Draw3DRectangle(Blt_Ps ps, Tk_3DBorder border,
double x, double y, int width, int height, int borderWidth, int relief);