Fix compilation of kcmcompositing without XRender
Element had been removed from ui file with 2916352c0c366338c63a8a4a7bebe4e84a969f58
This commit is contained in:
parent
a65b86b5ae
commit
961b5d0720
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList
|
|||
#define XRENDER_INDEX 1
|
||||
#ifndef KWIN_HAVE_XRENDER_COMPOSITING
|
||||
ui.compositingType->removeItem(XRENDER_INDEX);
|
||||
ui.xrenderGroup->setEnabled(false);
|
||||
#define XRENDER_INDEX -1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue