summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-03 20:54:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-04 09:17:17 +0200
commit0579d9c5e5723a0de587a4aac834757041d5eeb0 (patch)
treeff7034b1618a51cc48cd5b80d81b7de210a12abf
parentfa8db25af6218262b3dab2e93b76464975889ceb (diff)
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@redhat.com>
-rw-r--r--vcl/unx/gtk3/gtkdata.cxx2
1 files changed, 0 insertions, 2 deletions
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();