diff options
author | tron <tron@openttd.org> | 2006-09-02 20:35:08 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-09-02 20:35:08 +0000 |
commit | db53a47f70c1eedd7d065b217b762e39e3f0e45c (patch) | |
tree | ed5f8b507739a6b113a7761b517464ca134658c3 | |
parent | 608e9db8252ca6fd919a1b844698fa8c732f287e (diff) | |
download | openttd-db53a47f70c1eedd7d065b217b762e39e3f0e45c.tar.xz |
(svn r6348) -Codechange: Remove redundant assignment
-rw-r--r-- | viewport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/viewport.c b/viewport.c index 7dc46e4a6..1f522ab7a 100644 --- a/viewport.c +++ b/viewport.c @@ -1177,8 +1177,6 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss ss = ss->next; } while (ss != NULL); - - _cur_dpi = dpi; } void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom) |