summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2006-02-24 06:20:35 +0000
committerleo2006-02-24 06:20:35 +0000
commit9e23e95f9b8235e7b9fc84a8cd333f6147206718 (patch)
tree012363a0538dfe727f72c241e39768e0c0cd1b15 /common/defines.h
parentb7fbda24f3ed9e8aa6ac56d938cb6fc56e242674 (diff)
Removed useless options.
git-svn-id: http://svn.leocad.org/trunk@494 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/defines.h b/common/defines.h
index c00a06a..84a8e56 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -162,7 +162,7 @@ int stricmp(const char* str1, const char* str2);
#define LC_DRAW_LOCK_Z 0x0400 // Lock Z
#define LC_DRAW_LOCK_XYZ (LC_DRAW_LOCK_X | LC_DRAW_LOCK_Y | LC_DRAW_LOCK_Z)
#define LC_DRAW_MOVEAXIS 0x0800 // Move on fixed axis
-#define LC_DRAW_PREVIEW 0x1000 // Show piece position
+//#define LC_DRAW_PREVIEW 0x1000 // Show piece position
#define LC_DRAW_CM_UNITS 0x2000 // Use centimeters
#define LC_DRAW_3DMOUSE 0x4000 // Mouse moves in all directions