summaryrefslogtreecommitdiff
path: root/src/zoom_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-30 11:29:52 +0000
committerrubidium <rubidium@openttd.org>2009-11-30 11:29:52 +0000
commit5a41a646c2f62bbd3480f5714232f9e2e48ae75c (patch)
tree3d9752635989778475d604972cc7abb06df8d7a3 /src/zoom_func.h
parent9ecfcdff78d68da1ccfc97236a64079d1c4c0eac (diff)
downloadopenttd-5a41a646c2f62bbd3480f5714232f9e2e48ae75c.tar.xz
(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level
Diffstat (limited to 'src/zoom_func.h')
-rw-r--r--src/zoom_func.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zoom_func.h b/src/zoom_func.h
index 180e15f6c..aa4bf3d69 100644
--- a/src/zoom_func.h
+++ b/src/zoom_func.h
@@ -14,8 +14,6 @@
#include "zoom_type.h"
-extern ZoomLevel _saved_scrollpos_zoom;
-
/**
* Scale by zoom level, usually shift left (when zoom > ZOOM_LVL_NORMAL)
* When shifting right, value is rounded up