Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
This commit is contained in:
parent
400ee8c461
commit
51933629d1
284 changed files with 1428 additions and 1428 deletions
|
@ -974,11 +974,11 @@ void AgiEngine::replayImageStackCall(uint8 type, int16 p1, int16 p2, int16 p3,
|
|||
}
|
||||
}
|
||||
|
||||
void AgiEngine::clearImageStack(void) {
|
||||
void AgiEngine::clearImageStack() {
|
||||
_imageStack.clear();
|
||||
}
|
||||
|
||||
void AgiEngine::releaseImageStack(void) {
|
||||
void AgiEngine::releaseImageStack() {
|
||||
_imageStack.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue