Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 977d0ce

Browse files
committed
[[ Cleanup ]] MCCapsuleBucketCreate(): Remove declaration of undefined function
1 parent 701dbf1 commit 977d0ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/capsule.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ struct MCCapsule
114114

115115
////////////////////////////////////////////////////////////////////////////////
116116

117-
static bool MCCapsuleBucketCreate(uint32_t p_data_length, bool p_finished, bool p_foreign, const void *p_data, IO_handle p_file, MCCapsuleBucket*& r_self);
118117
static void MCCapsuleBucketDestroy(MCCapsuleBucket *self);
119118

120119
static bool MCCapsuleBucketCreate(uint32_t p_data_length, uint32_t p_data_offset, bool p_finished, bool p_foreign, const void *p_data, IO_handle p_file, MCCapsuleBucket*& r_self)

0 commit comments

Comments
 (0)