summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 93d2c5276..93b2977d6 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -180,15 +180,7 @@ class Graphics : public gcn::Graphics
bool calcImageRect(ImageVertexes *const vert,
const int x, const int y,
const int w, const int h,
- const Image *const topLeft,
- const Image *const topRight,
- const Image *const bottomLeft,
- const Image *const bottomRight,
- const Image *const top,
- const Image *const right,
- const Image *const bottom,
- const Image *const left,
- const Image *const center);
+ const ImageRect &imgRect);
virtual void calcPattern(ImageVertexes *const vert,
const Image *const image,