aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graph.h')
-rw-r--r--engines/avalanche/graph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/graph.h b/engines/avalanche/graph.h
index bd3418e005..b825f177b5 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -73,8 +73,6 @@ public:
void drawBar(int16 x1, int16 y1, int16 x2, int16 y2, int16 color);
- void drawLine(int x0, int y0, int x1, int y1, uint32 color);
-
void drawSprite(const SpriteInfo &sprite, byte picnum, int16 x, int16 y);
// Must free the returned pointer!!!