summaryrefslogtreecommitdiff
path: root/include/shape.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-05-19 14:59:03 +0000
committerpixel <pixel>2003-05-19 14:59:03 +0000
commit3dfc16e096855b5e713fb1223511302de218f45a (patch)
tree5b702286a29691e542f338609a61814ab2bd3183 /include/shape.h
parent0d0f1d5576a9fd1cb978323463abcf43dd7a2120 (diff)
Line bugfix
Diffstat (limited to 'include/shape.h')
-rw-r--r--include/shape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/shape.h b/include/shape.h
index fef6bb1..f107a00 100644
--- a/include/shape.h
+++ b/include/shape.h
@@ -92,8 +92,6 @@ namespace mogltk {
virtual fill * fcircle(int x, int y, int r);
virtual void fdraw(fill *, ColorP = WHITE, int sx = 0, int sy = 0);
virtual void sdraw(fill *, ColorP = WHITE, int sx = 0, int sy = 0);
- virtual void arc(int x, int y, int r, double a1, double a2, ColorP = DOS_WHITE);
- virtual void arc(int x, int y, int r, int x1, int y1, int x2, int y2, ColorP = DOS_WHITE);
virtual void box(int x1, int y1, int x2, int y2, ColorP = DOS_WHITE);
virtual void box3d(int x1, int y1, int x2, int y2, ColorP = DOS_WHITE, ColorP = DOS_HIGH_WHITE, ColorP = DOS_GRAY, int = 2, bool = false);
virtual void box(int x1, int y1, int x2, int y2, ColorP, ColorP, ColorP, ColorP);