mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Remove an unused struct variable.
This commit is contained in:
parent
40ecfbcdfa
commit
a82582e859
@ -1,6 +1,5 @@
|
||||
#include "packet_buffer.h"
|
||||
|
||||
|
||||
struct AVPacketNode {
|
||||
AVPacket *data;
|
||||
struct AVPacketNode *next;
|
||||
@ -12,8 +11,6 @@ struct packet_buffer
|
||||
{
|
||||
AVPacketNode_t *head;
|
||||
AVPacketNode_t *tail;
|
||||
|
||||
size_t capacity;
|
||||
size_t size;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user