vcl/unx/gtk3/gtkdata.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 0579d9c5e5723a0de587a4aac834757041d5eeb0
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jun 3 20:54:45 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Jun 4 09:17:17 2021 +0200

    ditch old stop-timer warning which has become visible
    
    Change-Id: Id267a0478712dce097a450fff8a9b2ae0462109e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116681
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/gtk3/gtkdata.cxx b/vcl/unx/gtk3/gtkdata.cxx
index 14877985919c..63ed47d6c8c3 100644
--- a/vcl/unx/gtk3/gtkdata.cxx
+++ b/vcl/unx/gtk3/gtkdata.cxx
@@ -340,8 +340,6 @@ static int XIOErrorHdl(Display *)
 
 GtkSalData::~GtkSalData()
 {
-    g_warning ("TESTME: We used to have a stop-timer here, but the central 
code should do this");
-
     // sanity check: at this point nobody should be yielding, but wake them
     // up anyway before the condition they're waiting on gets destroyed.
     m_aDispatchCondition.set();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to