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 | da30222a912b535e20130e31013996fb9ff7f6de (patch) | |
tree | ed5f8b507739a6b113a7761b517464ca134658c3 | |
parent | a286726fe98ca2e01abb712049f59fd9e3829acb (diff) | |
download | openttd-da30222a912b535e20130e31013996fb9ff7f6de.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) |