I found two instances of the code in ui.cpp
First one:
#if FAN_PIN > -1 && FEATURE_FAN_CONTROL
int fanPercent = 0;
char fanString[2];
#endif // FAN_PIN > -1 && FEATURE_FAN_CONTROL
if(menuLevel == 0 && menuPos[0] == 0 ) { // Main menu with special graphics
if(Printer::isPrinting()) {
Second one:
#endif
//u8g picture loop
u8g_FirstPage(&u8g);
do {
if(menuLevel == 0 && menuPos[0] == 0 ) {
if(Printer::isPrinting()) {