summaryrefslogtreecommitdiffstats
path: root/tkmacosx/tkmacosx.M
diff options
context:
space:
mode:
Diffstat (limited to 'tkmacosx/tkmacosx.M')
-rw-r--r--tkmacosx/tkmacosx.M72
1 files changed, 0 insertions, 72 deletions
diff --git a/tkmacosx/tkmacosx.M b/tkmacosx/tkmacosx.M
index 17e5e2b..8ac9e94 100644
--- a/tkmacosx/tkmacosx.M
+++ b/tkmacosx/tkmacosx.M
@@ -208,75 +208,3 @@ int TkMacosx::pmPageSetup()
{
return TCL_OK;
}
-
-// drawing routines
-
-void TkMacosx::begin()
-{
-}
-
-void TkMacosx::end()
-{
-}
-
-void TkMacosx::color(float red, float green, float blue)
-{
-}
-
-void TkMacosx::width(float ww)
-{
-}
-
-void TkMacosx::dash(float* dd, int nn)
-{
-}
-
-void TkMacosx::font(const char* font, float size)
-{
-}
-
-void TkMacosx::clip(float x, float y, float w, float h)
-{
-}
-
-void TkMacosx::newpath()
-{
-}
-
-void TkMacosx::stroke()
-{
-}
-
-void TkMacosx::fill()
-{
-}
-
-void TkMacosx::arc(float x, float y, float rad, float ang1, float ang2)
-{
-}
-
-void TkMacosx::curve(float x0, float y0, float u0, float v0,
- float u1, float v1, float x1, float y1)
-{
-}
-
-void TkMacosx::drawText(float x, float y, float angle, const char* text)
-{
-}
-
-void TkMacosx::drawLines(float* x, float* y, int n)
-{
-}
-
-void TkMacosx::fillPolygon(float* x, float* y, int n)
-{
-}
-
-void TkMacosx::drawArc(float x, float y, float rad, float ang1, float ang2)
-{
-}
-
-void TkMacosx::bitmapCreate(void* data, int width, int height,
- float x, float y, float w, float h)
-{
-}