diff options
author | joye <joye> | 2014-05-30 21:16:38 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-30 21:16:38 (GMT) |
commit | b4e1bb34955d01729ee9e29bae532c06b71b1afa (patch) | |
tree | f9bc91e6f71c5c3063108333b91478ed7063ebe7 /src/bltGrPSOutput.h | |
parent | 29c03bcc9df76650f217afa91a739490a5e394bc (diff) | |
download | blt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.zip blt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.tar.gz blt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r-- | src/bltGrPSOutput.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h index da12229..422faa2 100644 --- a/src/bltGrPSOutput.h +++ b/src/bltGrPSOutput.h @@ -100,9 +100,6 @@ extern void Blt_Ps_XDrawSegments(Blt_Ps ps, XSegment *segments, extern void Blt_Ps_DrawPolyline(Blt_Ps ps, Point2d *points, int n); -extern void Blt_Ps_Draw2DSegments(Blt_Ps ps, Segment2d *segments, - int nSegments); - extern void Blt_Ps_Draw3DRectangle(Blt_Ps ps, Tk_3DBorder border, double x, double y, int width, int height, int borderWidth, int relief); |