Suppress unused variable warning
SVN_SILENT
This commit is contained in:
parent
b2512b1479
commit
feb352c84c
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ void SceneOpenGL2::slotColorCorrectedChanged()
|
|||
#ifdef KWIN_HAVE_OPENGL_1
|
||||
bool SceneOpenGL1::supported(OpenGLBackend *backend)
|
||||
{
|
||||
Q_UNUSED(backend)
|
||||
const QByteArray forceEnv = qgetenv("KWIN_COMPOSE");
|
||||
if (!forceEnv.isEmpty()) {
|
||||
if (qstrcmp(forceEnv, "O1") == 0) {
|
||||
|
|
Loading…
Reference in a new issue