Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
Fixes #1775 <#1775>

Reported-by: lordnn
  • Loading branch information
rom1v committed Sep 19, 2020
1 parent a65ebce commit acc65f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ struct video_buffer;

struct stream {
socket_t socket;
struct video_buffer *video_buffer;
SDL_Thread *thread;
struct decoder *decoder;
struct recorder *recorder;
Expand Down

0 comments on commit acc65f8

Please sign in to comment.