diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-30 13:18:30 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-05 14:53:28 +0200 |
commit | ad02170a2ad0e2713e61eb880de92c6195c994cd (patch) | |
tree | d497429c80899532bffe39e3c9b966af677dbdbe /displaychannel.h | |
parent | b48196b5009c08121bf5f5250560de189d5dc3d2 (diff) | |
download | skin-nopacity-ad02170a2ad0e2713e61eb880de92c6195c994cd.tar.gz skin-nopacity-ad02170a2ad0e2713e61eb880de92c6195c994cd.tar.bz2 |
Optimize display progress bar in DisplayChannel
The update rate of the progress bar is optimized for a smoother display.
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/displaychannel.h b/displaychannel.h index f1f95d5..ba33ec2 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -16,7 +16,6 @@ private: int lastSignalStrength; int lastSignalQuality; int lastScreenWidth; - int currentLast; bool showSignal; const cEvent *present; const cEvent *following; |