(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level

This commit is contained in:
rubidium
2009-11-30 11:29:52 +00:00
parent 9ecfcdff78
commit 5a41a646c2
5 changed files with 5 additions and 4 deletions

View File

@@ -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