Remove airspy_adsb, as it's no longer used by upstream

This commit is contained in:
Ian Gulliver
2016-02-18 17:00:33 -08:00
parent 52ce6767c0
commit bca84394ce
6 changed files with 2 additions and 178 deletions

View File

@@ -1,10 +0,0 @@
#pragma once
#include <stdbool.h>
struct buf;
struct packet;
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
void airspy_adsb_serialize(struct packet *, struct buf *);