Remove duplicate declaration of P2916 (#5283)

P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
This commit is contained in:
Jason Kinner
2020-05-21 18:57:09 -06:00
committed by GitHub
parent 4672cb1115
commit b699dbafde
@@ -8099,7 +8099,8 @@
<!-- # Wallpaper Source. 0 - Default, 1 - Download, 2-USB(for GXP2140/2160/2170 only), 3 - Uploaded, 4 - Color Background --> <!-- # Wallpaper Source. 0 - Default, 1 - Download, 2-USB(for GXP2140/2160/2170 only), 3 - Uploaded, 4 - Color Background -->
<!-- # Number: 0-4 --> <!-- # Number: 0-4 -->
<!-- # Mandatory --> <!-- # Mandatory -->
<P2916>0</P2916> <!-- # This is defined in if/else statement below. Commented out here to avoid duplicate declaration -->
<!-- <P2916>0</P2916> -->
<!-- # Wallpaper Server Path --> <!-- # Wallpaper Server Path -->
<!-- # String --> <!-- # String -->