diff --git a/plugins/channelrx/demodpacket/packetdemodgui.cpp b/plugins/channelrx/demodpacket/packetdemodgui.cpp index 0f354d87e..d6ff09663 100644 --- a/plugins/channelrx/demodpacket/packetdemodgui.cpp +++ b/plugins/channelrx/demodpacket/packetdemodgui.cpp @@ -21,10 +21,6 @@ #include #include #include -#include -#include -#include -#include #include #include #include diff --git a/plugins/channelrx/demodpacket/packetdemodgui.h b/plugins/channelrx/demodpacket/packetdemodgui.h index 4f230f0c5..36765fc19 100644 --- a/plugins/channelrx/demodpacket/packetdemodgui.h +++ b/plugins/channelrx/demodpacket/packetdemodgui.h @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/plugins/channelrx/demodpacket/packetdemodsettings.h b/plugins/channelrx/demodpacket/packetdemodsettings.h index eaaeec2ef..9f90cc1bd 100644 --- a/plugins/channelrx/demodpacket/packetdemodsettings.h +++ b/plugins/channelrx/demodpacket/packetdemodsettings.h @@ -43,7 +43,6 @@ struct PacketDemodSettings quint32 m_rgbColor; QString m_title; Serializable *m_channelMarker; - QString m_audioDeviceName; int m_streamIndex; //!< MIMO channel. Not relevant when connected to SI (single Rx). bool m_useReverseAPI; QString m_reverseAPIAddress; diff --git a/plugins/channelrx/demodpacket/readme.md b/plugins/channelrx/demodpacket/readme.md index 13c39c222..d0fa224e0 100644 --- a/plugins/channelrx/demodpacket/readme.md +++ b/plugins/channelrx/demodpacket/readme.md @@ -64,7 +64,7 @@ UDP port number to forward received packets to.

Received Packets Table

-The received packets table displays the contexts of the packets that have been received. Only packets with valid CRCs are displayed. +The received packets table displays the contents of the packets that have been received. Only packets with valid CRCs are displayed. * From - The source address / callsign of the sender of the packet. * To - The destination address.