Merge branch 'Plasma/5.9'
This commit is contained in:
commit
5d044331fc
1 changed files with 0 additions and 4 deletions
|
@ -309,10 +309,6 @@ void Compositing::save()
|
|||
}
|
||||
kwinConfig.writeEntry("Backend", backend);
|
||||
kwinConfig.writeEntry("GLCore", glCore);
|
||||
const QModelIndex glIndex = m_openGLPlatformInterfaceModel->index(m_openGLPlatformInterface);
|
||||
if (glIndex.isValid()) {
|
||||
kwinConfig.writeEntry("GLPlatformInterface", glIndex.data(Qt::UserRole).toString());
|
||||
}
|
||||
if (!compositingRequired()) {
|
||||
kwinConfig.writeEntry("WindowsBlockCompositing", windowsBlockCompositing());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue