Skip to content

Commit 9a99758

Browse files
norihiroRytoEX
authored andcommitted
libobs/callback: Remove unused static-inline function
1 parent 4837a34 commit 9a99758

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

libobs/callback/calldata.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
* direct referencing.
4242
*/
4343

44-
static inline void cd_serialize(uint8_t **pos, void *ptr, size_t size)
45-
{
46-
memcpy(ptr, *pos, size);
47-
*pos += size;
48-
}
49-
5044
static inline size_t cd_serialize_size(uint8_t **pos)
5145
{
5246
size_t size = 0;

0 commit comments

Comments
 (0)