summaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-28 07:33:51 +0000
committertron <tron@openttd.org>2006-08-28 07:33:51 +0000
commit2eb76813edab81cbc3bcfbd10737979d7d5439f2 (patch)
tree7bdfd7c5d958ecb70ce91a2e6f5a707140d4f90d /gfx.h
parent523519c8ec4db318d151051a9b6281767136f314 (diff)
downloadopenttd-2eb76813edab81cbc3bcfbd10737979d7d5439f2.tar.xz
(svn r6184) Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index f1d6c2618..6a286ccdd 100644
--- a/gfx.h
+++ b/gfx.h
@@ -85,7 +85,7 @@ void MarkWholeScreenDirty(void);
void GfxInitPalettes(void);
-bool FillDrawPixelInfo(DrawPixelInfo* n, const DrawPixelInfo* o, int left, int top, int width, int height);
+bool FillDrawPixelInfo(DrawPixelInfo* n, int left, int top, int width, int height);
/* window.c */
void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);