cleanup of show message code for headless mode

This commit is contained in:
Mark Vejvoda
2013-10-28 18:58:15 +00:00
parent 8bbcdfbdb3
commit 957fe2d09b
4 changed files with 17 additions and 30 deletions

View File

@@ -59,8 +59,7 @@ public:
// =====================================================
// Misc
// =====================================================
void message(string message);
bool ask(string message);
void message(string message,bool isNonGraphicalModeEnabled);
void exceptionMessage(const exception &excp);
string getCommandLine();