summaryrefslogtreecommitdiffstats
path: root/core/object.h
diff options
context:
space:
mode:
authorlupoDharkael <izhe@hotmail.es>2020-04-08 19:59:35 +0200
committerlupoDharkael <izhe@hotmail.es>2020-04-08 20:44:01 +0200
commit5021dcfcd64d59f19356c4e41d4688d2a8470879 (patch)
treeeffd047fc6db28dd172a355e566d8c86536c34a5 /core/object.h
parent26ecd924cc15c69362cc921235a0e81b5d0c88fd (diff)
downloadredot-engine-5021dcfcd64d59f19356c4e41d4688d2a8470879.tar.gz
Remove obsolete enums
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/object.h b/core/object.h
index 06dd610a3b..1eaab5034e 100644
--- a/core/object.h
+++ b/core/object.h
@@ -60,7 +60,6 @@ enum PropertyHint {
PROPERTY_HINT_ENUM, ///< hint_text= "val1,val2,val3,etc"
PROPERTY_HINT_EXP_EASING, /// exponential easing function (Math::ease) use "attenuation" hint string to revert (flip h), "full" to also include in/out. (ie: "attenuation,inout")
PROPERTY_HINT_LENGTH, ///< hint_text= "length" (as integer)
- PROPERTY_HINT_SPRITE_FRAME, // FIXME: Obsolete: drop whenever we can break compat. Keeping now for GDNative compat.
PROPERTY_HINT_KEY_ACCEL, ///< hint_text= "length" (as integer)
PROPERTY_HINT_FLAGS, ///< hint_text= "flag1,flag2,etc" (as bit flags)
PROPERTY_HINT_LAYERS_2D_RENDER,