Revert "Add error message for webview without OpenGL"

This reverts commit 20fb73b626.
This commit is contained in:
Ilya Fedin
2025-10-02 12:50:59 +04:00
committed by John Preston
parent cf757b6c7b
commit e1f5b57fd3
2 changed files with 0 additions and 3 deletions

View File

@@ -2125,8 +2125,6 @@ TextWithEntities ErrorText(const Webview::Available &info) {
Ui::Text::WithEntities);
case Error::NoWebKitGTK:
return { tr::lng_payments_webview_install_webkit(tr::now) };
case Error::NoOpenGL:
return { tr::lng_payments_webview_enable_opengl(tr::now) };
case Error::OldWindows:
return { tr::lng_payments_webview_update_windows(tr::now) };
default: