From c9a9359c2431fec806a065e70aa2133ea299dea8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 25 Sep 2018 12:57:07 +0200 Subject: [PATCH] uldaq: removed obsolete variables --- include/villas/nodes/uldaq.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/villas/nodes/uldaq.h b/include/villas/nodes/uldaq.h index f89f4daf7..5f317f45a 100644 --- a/include/villas/nodes/uldaq.h +++ b/include/villas/nodes/uldaq.h @@ -49,13 +49,11 @@ struct uldaq { struct { double *buffer; - int sample_count; double sample_rate; ScanOption scan_options; AInScanFlag flags; AiQueueElement *queues; - AiInputMode input_mode; } in; struct {