From 4c25901834713db7be417d37764ade31fdfaa9ca Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 12 Jun 2018 23:32:57 +0200 Subject: [PATCH] Host: removed unused cuda_device cuda_device was replaced by array cuda_devices. --- src/host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/host.cpp b/src/host.cpp index d10af1f44..fb1764669 100644 --- a/src/host.cpp +++ b/src/host.cpp @@ -39,7 +39,6 @@ using namespace std; -unsigned int cuda_device = 0; unsigned int audio_capture_channels = DEFAULT_AUDIO_CAPTURE_CHANNELS; unsigned int audio_capture_bps = 0; unsigned int audio_capture_sample_rate = 0;