Remove ANGLE support

This commit is contained in:
luisangelsm
2026-01-20 09:03:56 +01:00
committed by Luis Ángel San Martín
parent 22b283cc3d
commit 2ec2defc8c
6 changed files with 12 additions and 64 deletions

View File

@ -19,7 +19,6 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
settings->beginGroup("libraryConfig");
// FLOW-----------------------------------------------------------------------
//---------------------------------------------------------------------------
// FORCE_ANGLE is not used here, because ComicFlowWidgetGL will use OpenGL ES in the future
#ifndef NO_OPENGL
if ((settings->value(USE_OPEN_GL).toBool() == true))
comicFlow = new ComicFlowWidgetGL(0);