[Libreoffice-commits] core.git: vcl/unx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 20 15:46:52 UTC 2019


 vcl/unx/kde5/KDE5FilePicker.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 6d00c53fac49a29c89bcc4a5e8346195bd2a3b96
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Feb 6 09:02:23 2019 +0100
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Wed Feb 20 16:46:24 2019 +0100

    KDE5FilePicker: Drop (now) unused member '_helperMutex'
    
    Change-Id: I4680cc4a8507d0d2409301b62ab81165fcfcdba1
    Reviewed-on: https://gerrit.libreoffice.org/68047
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/vcl/unx/kde5/KDE5FilePicker.hxx b/vcl/unx/kde5/KDE5FilePicker.hxx
index 451e76af659c..195fd2c66b9c 100644
--- a/vcl/unx/kde5/KDE5FilePicker.hxx
+++ b/vcl/unx/kde5/KDE5FilePicker.hxx
@@ -31,7 +31,6 @@
 #include <com/sun/star/uno/XComponentContext.hpp>
 
 #include <osl/conditn.hxx>
-#include <osl/mutex.hxx>
 #include <rtl/ustrbuf.hxx>
 
 #include <functional>
@@ -51,8 +50,6 @@ class KDE5FilePicker : public Qt5FilePicker
 {
     Q_OBJECT
 protected:
-    osl::Mutex _helperMutex;
-
     //running filter string to add to dialog
     QStringList _filters;
     // map of filter titles to full filter for selection


More information about the Libreoffice-commits mailing list