diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-05-21 16:17:56 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-05-21 16:17:56 (GMT) |
commit | 4fc0ada7ae95bf973d8490392bd0a0411aa9021d (patch) | |
tree | e236bd99d6b242256c3f0c58282f9a99e3ff4e37 /tkmacosx/macosxlib.h | |
parent | 86c67055812b4e3395e4f2b832aac81b4a5bfa34 (diff) | |
download | blt-4fc0ada7ae95bf973d8490392bd0a0411aa9021d.zip blt-4fc0ada7ae95bf973d8490392bd0a0411aa9021d.tar.gz blt-4fc0ada7ae95bf973d8490392bd0a0411aa9021d.tar.bz2 |
cleanup code
Diffstat (limited to 'tkmacosx/macosxlib.h')
-rw-r--r-- | tkmacosx/macosxlib.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tkmacosx/macosxlib.h b/tkmacosx/macosxlib.h index 338eb40..2226fb4 100644 --- a/tkmacosx/macosxlib.h +++ b/tkmacosx/macosxlib.h @@ -14,28 +14,4 @@ void XXWarpPointer(Display* display, Window src_w, Window dest_w, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y); - -void macosxBegin() {} -void macosxEnd() {} - -void macosxColor(XColor*) {} -void macosxWidth(float) {} -void macosxDash(float*,int) {} -void macosxFont(const char*, float) {} -void macosxClip(Vector, Vector) {} - -void macosxNewPath() {} -void macosxStroke() {} -void macosxFill() {} -void macosxArc(Vector, float, float, float) {} -void macosxCurve(Vector, Vector, Vector, Vector) {} - -void macosxDrawText(Vector, float, const char*) {} -void macosxDrawLine(Vector, Vector) {} -void macosxDrawLines(Vector*, int) {} -void macosxFillPolygon(Vector*, int) {} -void macosxDrawArc(Vector, float, float, float) {} - -void macosxBitmapCreate(void*, int, int, const Vector&, const Vector&) {} - #endif |