mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
fix conflict
This commit is contained in:
@@ -714,7 +714,7 @@ void CMotorControl::showSNR()
|
||||
int barwidth = 100;
|
||||
uint16_t ssig, ssnr;
|
||||
int sig, snr;
|
||||
int bheight, posx, posy;
|
||||
int posx, posy;
|
||||
|
||||
int sw;
|
||||
|
||||
@@ -728,7 +728,6 @@ void CMotorControl::showSNR()
|
||||
g_sig = ssig & 0xFFFF;
|
||||
g_snr = snr;
|
||||
|
||||
bheight = mheight - 5;
|
||||
posy = y + height - mheight - 5;
|
||||
|
||||
if (lastsig != sig) {
|
||||
|
Reference in New Issue
Block a user