summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/runtime')
-rw-r--r--src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp3
-rw-r--r--src/Runtime/Source/runtime/Qt3DSAttributeHashes.h3
-rw-r--r--src/Runtime/Source/runtime/Qt3DSAttributeHashes.txt3
3 files changed, 0 insertions, 9 deletions
diff --git a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
index 995b5704..766ce9ed 100644
--- a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
+++ b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
@@ -226,11 +226,8 @@ const char *GetAttributeString(const EAttribute inAttribute)
case ATTRIBUTE_FONT: return "font";
case ATTRIBUTE_DROPSHADOW: return "dropshadow";
case ATTRIBUTE_DROPSHADOWSTRENGTH: return "dropshadowstrength";
- case ATTRIBUTE_DROPSHADOWOFFSET: return "dropshadowoffset";
case ATTRIBUTE_DROPSHADOWOFFSETX: return "dropshadowoffsetx";
case ATTRIBUTE_DROPSHADOWOFFSETY: return "dropshadowoffsety";
- case ATTRIBUTE_DROPSHADOWHORZALIGN: return "dropshadowhorzalign";
- case ATTRIBUTE_DROPSHADOWVERTALIGN: return "dropshadowvertalign";
case ATTRIBUTE_BOUNDINGBOX: return "boundingbox";
case ATTRIBUTE_BOUNDINGBOX_X: return "boundingbox.x";
case ATTRIBUTE_BOUNDINGBOX_Y: return "boundingbox.y";
diff --git a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.h b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.h
index 3cbc165a..b2aa2280 100644
--- a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.h
+++ b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.h
@@ -217,11 +217,8 @@ enum EAttribute {
ATTRIBUTE_FONT = 0x03412331, // font
ATTRIBUTE_DROPSHADOW = 0x03E3F231, // dropshadow
ATTRIBUTE_DROPSHADOWSTRENGTH = 0x03F8B7D0, // dropshadowstrength
- ATTRIBUTE_DROPSHADOWOFFSET = 0x024A9C5E, // dropshadowoffset
ATTRIBUTE_DROPSHADOWOFFSETX = 0x013298AA, // dropshadowoffsetx
ATTRIBUTE_DROPSHADOWOFFSETY = 0x013398E9, // dropshadowoffsety
- ATTRIBUTE_DROPSHADOWHORZALIGN = 0x00D1BC39, // dropshadowhorzalign
- ATTRIBUTE_DROPSHADOWVERTALIGN = 0x038D589B, // dropshadowvertalign
ATTRIBUTE_BOUNDINGBOX = 0x02F3B6D9, // boundingbox
ATTRIBUTE_BOUNDINGBOX_X = 0x0272C10F, // boundingbox.x
ATTRIBUTE_BOUNDINGBOX_Y = 0x0273C14E, // boundingbox.y
diff --git a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.txt b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.txt
index 8eec133f..6a9508ef 100644
--- a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.txt
+++ b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.txt
@@ -184,11 +184,8 @@ size
font
dropshadow
dropshadowstrength
-dropshadowoffset
dropshadowoffsetx
dropshadowoffsety
-dropshadowhorzalign
-dropshadowvertalign
boundingbox
boundingbox.x
boundingbox.y