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:
Martin Gräßlin 2013-08-23 12:22:24 +02:00
parent ae50ef270b
commit c2fdc66cee

View file

@ -381,7 +381,6 @@ public:
/**
* @internal
*/
virtual unsigned long updateSettings() = 0; // returns SettingXYZ mask
protected:
/** @internal */