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

@ -94,7 +94,6 @@ void modesInitConfig(void) {
void modesInit(void) {
int i, q;
pthread_mutex_init(&Modes.pDF_mutex,NULL);
pthread_mutex_init(&Modes.data_mutex,NULL);
pthread_cond_init(&Modes.data_cond,NULL);