Remove dead tracking code related to the removed PlanePlotter feed.

This commit is contained in:
Oliver Jowett 2015-01-04 20:09:38 +00:00
parent 76474f58ab
commit 43ec58c78e
5 changed files with 1 additions and 105 deletions

View file

@ -82,7 +82,6 @@ void view1090InitConfig(void) {
//
void view1090Init(void) {
pthread_mutex_init(&Modes.pDF_mutex,NULL);
pthread_mutex_init(&Modes.data_mutex,NULL);
pthread_cond_init(&Modes.data_cond,NULL);