summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2003-04-20 21:12:33 +0000
committerleo2003-04-20 21:12:33 +0000
commitd28393009ce62bd412106ca838d35616ccba1908 (patch)
tree9d43bb23275163dbe9eb7d3a867d354dae09dca0 /common/defines.h
parent9b3d22533b8bf348aeb44815193050ad85188408 (diff)
Re-enabled the Modify Dialog.
git-svn-id: http://svn.leocad.org/trunk@338 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/defines.h b/common/defines.h
index 9490aae..1ca0fd3 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -168,13 +168,6 @@ char* strlwr(char* string);
#define LC_HTML_HIGHLIGHT 0x20
#define LC_HTML_HTMLEXT 0x40
-// Bounding box owner (FIXME: cleanup)
-typedef enum { LC_PIECE, LC_CAMERA, LC_CAMERA_TARGET,
- LC_LIGHT, LC_LIGHT_TARGET } LC_OBJ_TYPES;
-
-#define LC_UPDATE_OBJECT 0x40
-#define LC_UPDATE_TYPE 0x80
-
// Piece library update
#define LC_UPDATE_DELETE 0x00
#define LC_UPDATE_DESCRIPTION 0x01