From a2c0ecef83ab24654eef7a3fcbe736ffc0b735e6 Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 2 Oct 2018 19:52:38 +1300 Subject: [PATCH] whitespace --- trayicon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/trayicon.cpp b/trayicon.cpp index 77c0aab..4dd4ee4 100644 --- a/trayicon.cpp +++ b/trayicon.cpp @@ -88,9 +88,7 @@ void TrayIcon::onGotPulseCardInfo(const pa_card_info& cardInfo, int eol) return; } - QString name = pa_proplist_gets(cardInfo.proplist, PA_PROP_DEVICE_DESCRIPTION); - if (name.length() == 0) { name = cardInfo.name; }