aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgnode.h')
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgnode.h b/src/quick/scenegraph/coreapi/qsgnode.h
index 6ba110b91e..7403b626e6 100644
--- a/src/quick/scenegraph/coreapi/qsgnode.h
+++ b/src/quick/scenegraph/coreapi/qsgnode.h
@@ -81,8 +81,6 @@ public:
// Lower 16 bites reserved for general node
OwnedByParent = 0x0001,
UsePreprocess = 0x0002,
- ChildrenDoNotOverlap = 0x0004,
- StaticSubtreeGeometry = 0x0008, // Subtree nodes have fixed matrix and vertex data.
// Upper 16 bits reserved for node subclasses
@@ -95,8 +93,6 @@ public:
enum DirtyStateBit {
DirtyUsePreprocess = UsePreprocess,
- DirtyChildrenDoNotOverlap = ChildrenDoNotOverlap,
- DirtyStaticSubtreeGeometry = StaticSubtreeGeometry,
DirtyMatrix = 0x0100,
DirtyClipList = 0x0200,