(svn r2465) Remove some unreachable code

This commit is contained in:
tron
2005-06-20 20:09:46 +00:00
parent 0be5b38286
commit c887ff331a
5 changed files with 6 additions and 13 deletions

View File

@@ -312,8 +312,6 @@ static int DedicatedVideoMainLoop(void)
}
CSleep(1);
}
return ML_QUIT;
}