Skip to content

Commit

Permalink
Remove unneeded "bool" definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier authored and larsoner committed May 27, 2021
1 parent 2b26c52 commit 6147a3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rtmixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ typedef unsigned long PaStreamCallbackFlags;

typedef unsigned long frame_t;
struct PaUtilRingBuffer;
typedef _Bool bool;
#define true 1
#define false 0

enum actiontype
{
Expand Down

0 comments on commit 6147a3a

Please sign in to comment.