summaryrefslogtreecommitdiff
path: root/examples/simple_talker
diff options
context:
space:
mode:
authorJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-27 15:15:51 +0100
committerJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-27 15:15:51 +0100
commit97e9f63fbddc67bb7163eb48890686129a5a48a8 (patch)
treed93bec9f253dd2c18cf84feb6e620e5bf1f0e998 /examples/simple_talker
parent86368f8c5c1a22d537d3e3781944b65614fe4f51 (diff)
downloadOpen-AVB-97e9f63fbddc67bb7163eb48890686129a5a48a8.tar.gz
simple_talker, jackd_talker: minor, cleanup, unused global
Diffstat (limited to 'examples/simple_talker')
-rwxr-xr-xexamples/simple_talker/simple_talker.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/simple_talker/simple_talker.c b/examples/simple_talker/simple_talker.c
index 8162cc5a..864a2b13 100755
--- a/examples/simple_talker/simple_talker.c
+++ b/examples/simple_talker/simple_talker.c
@@ -96,9 +96,6 @@ typedef struct {
#define SAMPLE_FORMAT_NON_INTR_FLOAT 0x02
#define NOMINAL_SAMPLE_RATE 0x09
#define LINEAR_SAMPLE_MSB 0x20
-unsigned char GATEWAY_INFO[] =
- { SAMPLE_FORMAT_NON_INTR_FLOAT, 0, NOMINAL_SAMPLE_RATE, LINEAR_SAMPLE_MSB };
-
#define SAMPLE_SIZE 4 /* 4 bytes */
#define L2_SAMPLES_PER_FRAME 6
#define L4_SAMPLES_PER_FRAME 60