aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
authoruruk2013-07-19 10:55:12 +0200
committeruruk2013-07-19 10:55:12 +0200
commitb18ed9a5ffe67d0e2d76fc1b1cdf8cab5a395fb8 (patch)
tree35bb23a0acb28ebad3479af9a4468d362a399478 /engines/avalanche/graph.h
parentc6d2b45df9bd068b6d73c9e78fb04e44cf823dae (diff)
downloadscummvm-rg350-b18ed9a5ffe67d0e2d76fc1b1cdf8cab5a395fb8.tar.gz
scummvm-rg350-b18ed9a5ffe67d0e2d76fc1b1cdf8cab5a395fb8.tar.bz2
scummvm-rg350-b18ed9a5ffe67d0e2d76fc1b1cdf8cab5a395fb8.zip
AVALANCHE: Remove Graph::drawLine().
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!!!