Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2022-02-02 17:43:43 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2022-02-02 17:43:43 +0300
commit6edd8bd98f6133c362af2f8b549f276634e25737 (patch)
tree6e9dd7757ef1dbc86f8072ad26dfee8d67c1c330 /source/blender/editors/space_view3d/view3d_intern.h
parenta1f044e9b9df70efedfc4b27cc41dc4e4cd76e9b (diff)
parente54fba5591a95238b7106b6e1fba6164c69dd622 (diff)
Merge branch 'master' into 2d
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index 6a1a09df316..1ef737bc84b 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -40,13 +40,6 @@ struct wmKeyConfig;
struct wmOperatorType;
struct wmWindowManager;
-/* drawing flags: */
-enum {
- DRAW_PICKING = (1 << 0),
- DRAW_CONSTCOLOR = (1 << 1),
- DRAW_SCENESET = (1 << 2),
-};
-
/* view3d_header.c */
void VIEW3D_OT_toggle_matcap_flip(struct wmOperatorType *ot);