Remove last mention of EXP_ON_BOTL

This commit is contained in:
Pasi Kallinen
2015-03-01 10:26:24 +02:00
parent 7754afd9fa
commit 7cbd2fd592
2 changed files with 1 additions and 4 deletions

View File

@@ -2567,11 +2567,9 @@ void NetHackQtStatusWindow::updateStats()
Sprintf(buf, "/%d", u.uenmax);
power.setLabel("Pow:",u.uen,buf);
ac.setLabel("AC:",(long)u.uac);
#ifdef EXP_ON_BOTL
if (::flags.showexp) {
exp.setLabel("Exp:",(long)u.uexp);
} else
#endif
{
exp.setLabel("");
}