diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 09:12:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 12:29:23 +0200 |
commit | 776a1b9b6b9c574d28b3a321a0f3f8110f34ac90 (patch) | |
tree | 5daf8ccb90a0a6e2781d0795522299ef6ecdc8f7 /sd/source/ui/remotecontrol/Transmitter.cxx | |
parent | d241107b21e5d2bef3cbc408b020a0c8567b9e15 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I0a9b238c0ba551b330bee7b89eb6cd48fad1b265
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121488
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/remotecontrol/Transmitter.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/Transmitter.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/remotecontrol/Transmitter.cxx b/sd/source/ui/remotecontrol/Transmitter.cxx index f00f15502a45..1ed8cc9767c3 100644 --- a/sd/source/ui/remotecontrol/Transmitter.cxx +++ b/sd/source/ui/remotecontrol/Transmitter.cxx @@ -16,11 +16,7 @@ using namespace sd; Transmitter::Transmitter( IBluetoothSocket* aSocket ) : pStreamSocket( aSocket ), - mProcessingRequired(), - mMutex(), - mFinishRequested( false ), - mLowPriority(), - mHighPriority() + mFinishRequested( false ) { } |