Commit Graph
4 Commits
Author SHA1 Message Date
Jason Kinner 23c7d64d44 Remove duplicate declaration of P2916 (#5280)
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.
2020-05-21 18:58:03 -06:00
Jason Kinner 0e86cc4d89 Remove duplicate declaration of P2916 (#5281)
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.
2020-05-21 18:57:51 -06:00
Jason Kinner 847d78cc40 Remove duplicate declaration of P2916 (#5282)
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.
2020-05-21 18:57:28 -06:00
Jason Kinner b699dbafde 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.
2020-05-21 18:57:09 -06:00