LAB: Remove superfluous void function parameters
This commit is contained in:
parent
530aa5926b
commit
6ff7c480af
20 changed files with 105 additions and 105 deletions
|
@ -165,7 +165,7 @@ static bool keyPress(uint16 *KeyCode) {
|
|||
IntuiMessage IMessage;
|
||||
extern Gadget *ScreenGadgetList;
|
||||
|
||||
IntuiMessage *getMsg(void) {
|
||||
IntuiMessage *getMsg() {
|
||||
Gadget *curgad;
|
||||
int Qualifiers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue