Fix #2248 (crash when taking screenshot). The assert was not appropriate

(avoiding the call to clearAllMessages would have been quite ugly).
This commit is contained in:
hiker
2015-07-26 00:26:43 +10:00
parent 76a779fc1c
commit cd256061e1

View File

@@ -249,9 +249,6 @@ public:
bool important=true,
bool big_font=false) { }
/** Should not be called anymore. */
virtual void clearAllMessages() {assert(false); }
void nextPhase();
/** Show no highscore */