Unreachable code message was annoying me.

This commit is contained in:
refraction 2015-05-26 00:30:12 +01:00
parent ff7aeb7808
commit b84a462798
1 changed files with 0 additions and 1 deletions

View File

@ -113,5 +113,4 @@ const char* dialog_message(int ID, bool* updateText) {
*updateText = false;
return "";
}
return "";
}