* mu-result: remove MU_IGNORE

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-03 23:53:29 +02:00
parent f754b47e66
commit 5f095454b4
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
enum _MuResult {
MU_OK, /* all went ok */
MU_IGNORE, /* ignore this */
MU_STOP, /* user wants to stop */
MU_ERROR /* some error occured */
};