- remove unused code as debian flagged it as potentially unsafe

This commit is contained in:
Mark Vejvoda
2012-11-12 04:18:43 +00:00
parent 924b0898ba
commit 24fae99539
3 changed files with 1 additions and 157 deletions

View File

@@ -56,7 +56,6 @@ public:
// =====================================================
// Misc
// =====================================================
int MessageBox(int handle, const char *msg, const char *title, int buttons);
void message(string message);
bool ask(string message);
void exceptionMessage(const exception &excp);