Remove slow burn-in effect.

This commit is contained in:
Filippo Scognamiglio
2022-01-08 22:32:42 +01:00
parent 552947f507
commit 7b69d41c60
8 changed files with 3 additions and 191 deletions

View File

@@ -34,7 +34,6 @@ Item{
property ShaderEffectSource mainSource: kterminalSource
property BurnInEffect burnInEffect: burnInEffect
property SlowBurnIn slowBurnInEffect: slowBurnInEffect
property real fontWidth: 1.0
property real screenScaling: 1.0
property real scaleTexture: 1.0
@@ -276,9 +275,5 @@ Item{
BurnInEffect {
id: burnInEffect
}
SlowBurnIn {
id: slowBurnInEffect
}
}
}