mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: remove unused KWin::EffectsHandler members
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e9fff98398
commit
cdae932788
1 changed files with 0 additions and 3 deletions
|
@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QList>
|
||||
#include <QHash>
|
||||
#include <QStack>
|
||||
#include <QLibrary>
|
||||
|
||||
#include <KPluginFactory>
|
||||
#include <KShortcutsEditor>
|
||||
|
@ -1113,8 +1112,6 @@ Q_SIGNALS:
|
|||
|
||||
protected:
|
||||
QVector< EffectPair > loaded_effects;
|
||||
QHash< QString, QLibrary* > effect_libraries;
|
||||
QHash< QString, Effect* > effect_factories;
|
||||
CompositingType compositing_type;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue