From bbe3c40c5decf6d00c67edc3ade310798767da42 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 17 Feb 2008 04:00:10 +0000 Subject: [PATCH] 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) --- src/desktop-handles.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2