Remove pure virtual updateSettings from DecorationOptions
Not really needed as it's only invoked from inside KWin core to the Options class.
This commit is contained in:
parent
ae50ef270b
commit
c2fdc66cee
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ public:
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
virtual unsigned long updateSettings() = 0; // returns SettingXYZ mask
|
||||
|
||||
protected:
|
||||
/** @internal */
|
||||
|
|
Loading…
Reference in a new issue