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

@ -45,9 +45,6 @@ YACReaderOptionsDialog::YACReaderOptionsDialog(QWidget *parent)
#ifndef NO_OPENGL
useGL = new QCheckBox(tr("Use hardware acceleration (restart needed)"));
connect(useGL, &QCheckBox::stateChanged, this, &YACReaderOptionsDialog::saveUseGL);
#endif
#ifdef FORCE_ANGLE
useGL->setHidden(true);
#endif
// sw CONNECTIONS
connect(sw->radio1, &QAbstractButton::toggled, this, &YACReaderOptionsDialog::setClassicConfigSW);