[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 4 07:18:02 UTC 2021
vcl/unx/gtk3/gtkdata.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0579d9c5e5723a0de587a4aac834757041d5eeb0
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jun 3 20:54:45 2021 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at 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();
More information about the Libreoffice-commits
mailing list