summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/class_db.hpp
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2023-07-26 14:22:34 -0500
committerGitHub <noreply@github.com>2023-07-26 14:22:34 -0500
commitd15550fdee5ce28c0e6aac8745fe515e849eea06 (patch)
tree81f67ce9d12781dac2b47345d9ff3de25e806962 /include/godot_cpp/core/class_db.hpp
parent3162be28e594bf5b17889117670fc6f2d75f2f0c (diff)
parent7d8cb7c155c805b2dcc0f0a091fde2bcacb98fa6 (diff)
downloadredot-cpp-d15550fdee5ce28c0e6aac8745fe515e849eea06.tar.gz
Merge pull request #1186 from mihe/indexed-properties
Add support for indexed properties
Diffstat (limited to 'include/godot_cpp/core/class_db.hpp')
-rw-r--r--include/godot_cpp/core/class_db.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/godot_cpp/core/class_db.hpp b/include/godot_cpp/core/class_db.hpp
index b1625bf..7026a30 100644
--- a/include/godot_cpp/core/class_db.hpp
+++ b/include/godot_cpp/core/class_db.hpp
@@ -79,15 +79,6 @@ class ClassDB {
friend class godot::GDExtensionBinding;
public:
- struct PropertySetGet {
- int index;
- StringName setter;
- StringName getter;
- MethodBind *_setptr;
- MethodBind *_getptr;
- Variant::Type type;
- };
-
struct ClassInfo {
StringName name;
StringName parent_name;