summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-02-17 04:00:10 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-02-17 04:00:10 +0000
commitb019c546232460de99facb091863d9a7fcba0d63 (patch)
treea51f2a3f7986df14c43f520479ded91d954dcb3e /src
parent(almost) remove artificial limits in spinbuttons (diff)
downloadinkscape-b019c546232460de99facb091863d9a7fcba0d63.tar.gz
inkscape-b019c546232460de99facb091863d9a7fcba0d63.zip
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)
(bzr r4750)
Diffstat (limited to 'src')
-rw-r--r--src/desktop-handles.h1
1 files changed, 0 insertions, 1 deletions
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