From 5a41a646c2f62bbd3480f5714232f9e2e48ae75c Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 30 Nov 2009 11:29:52 +0000 Subject: (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level --- src/zoom_func.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/zoom_func.h') 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 -- cgit v1.2.3-54-g00ecf