Disable the howto effect.
svn path=/branches/work/kwin_composite/; revision=600554
This commit is contained in:
parent
0f03921271
commit
85bc4b5ac7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ EffectsHandler::EffectsHandler( Workspace* ws )
|
||||||
{
|
{
|
||||||
if( !compositing())
|
if( !compositing())
|
||||||
return;
|
return;
|
||||||
effects.append( new HowtoEffect );
|
// effects.append( new HowtoEffect );
|
||||||
// effects.append( new MakeTransparentEffect );
|
// effects.append( new MakeTransparentEffect );
|
||||||
// effects.append( new ShakyMoveEffect );
|
// effects.append( new ShakyMoveEffect );
|
||||||
// effects.append( new ShiftWorkspaceUpEffect( ws ));
|
// effects.append( new ShiftWorkspaceUpEffect( ws ));
|
||||||
|
|
Loading…
Reference in a new issue