From: buliabyak Date: Sun, 17 Feb 2008 04:00:10 +0000 (+0000) Subject: remove unused constant which suggests we have some kind of limit to scrolling distanc... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bbe3c40c5decf6d00c67edc3ade310798767da42;p=inkscape.git remove unused constant which suggests we have some kind of limit to scrolling distance (and which was way too small anyway, even if we have a limit it's much larger than that) --- diff --git a/src/desktop-handles.h b/src/desktop-handles.h index 6001ba126..d7e3bfdae 100644 --- a/src/desktop-handles.h +++ b/src/desktop-handles.h @@ -21,7 +21,6 @@ namespace Inkscape { class Selection; } -#define SP_DESKTOP_SCROLL_LIMIT 4000.0 #define SP_DESKTOP_ZOOM_MAX 256.0 #define SP_DESKTOP_ZOOM_MIN 0.01