summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-30 23:32:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-31 10:02:56 +0900
commit3a4575115b9cd26c15692501be59dc362ef0481e (patch)
tree35eac92ee4e35c2f997dd3ff40826b0ace8d08f9 /sc
parent8597e8e4f1b92c55b72aae8462d2361cbd8652dc (diff)
MIN_FREEHAND_DISTANCE is used nowhere
Change-Id: I3111c8fd60089302d7eee51df0ac81ae1a6f5eab
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/fuconstr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/fuconstr.hxx b/sc/source/ui/inc/fuconstr.hxx
index c50feba8db7c..ab24e8986028 100644
--- a/sc/source/ui/inc/fuconstr.hxx
+++ b/sc/source/ui/inc/fuconstr.hxx
@@ -23,10 +23,6 @@
#include "fudraw.hxx"
-/************************************************************************/
-
-#define MIN_FREEHAND_DISTANCE 10
-
/** Draw rectangle */
class FuConstruct : public FuDraw
{