From 538374debeaddf5b32978d9e1aca5175fa9b6a86 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 15 Jun 2020 15:29:18 +0200 Subject: Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessage Not called in practice anymore, remove the corresponding condition in the basic render loop as well. Change-Id: I22d6091c900ce36665b9e7f6dc91cc9276528ff6 Reviewed-by: Andy Nichols --- src/quick/items/qquickwindow_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/quick/items/qquickwindow_p.h') diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h index 0c2c86555d..beb7e00f15 100644 --- a/src/quick/items/qquickwindow_p.h +++ b/src/quick/items/qquickwindow_p.h @@ -318,9 +318,6 @@ public: static void data_replace(QQmlListProperty *, int, QObject *); static void data_removeLast(QQmlListProperty *); - static void contextCreationFailureMessage(const QSurfaceFormat &format, - QString *translatedMessage, - QString *untranslatedMessage); static void rhiCreationFailureMessage(const QString &backendName, QString *translatedMessage, QString *untranslatedMessage); -- cgit v1.2.3