Skip to content

Commit c6bf465

Browse files
authored
Merge pull request #1906 from fatduckling/master
Removed unused variable
2 parents e3f229e + 3a435c2 commit c6bf465

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/godot_cpp/classes/wrapped.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ public:
320320
\
321321
static void free_property_list_bind(GDExtensionClassInstancePtr p_instance, const GDExtensionPropertyInfo *p_list, uint32_t /*p_count*/) { \
322322
if (p_instance) { \
323-
m_class *cls = reinterpret_cast<m_class *>(p_instance); \
324323
::godot::internal::free_c_property_list(const_cast<GDExtensionPropertyInfo *>(p_list)); \
325324
} \
326325
} \

0 commit comments

Comments
 (0)