DBWprocs.c: removed fwd decl for non-existant function
void DisplayWindow(); Found during K&R removal of commands/**
This commit is contained in:
parent
56139b48eb
commit
3a41bf6ae2
|
|
@ -288,7 +288,6 @@ DBWloadWindow(window, name, flags)
|
|||
{
|
||||
CellDef *newEditDef, *deleteDef;
|
||||
CellUse *newEditUse;
|
||||
void DisplayWindow();
|
||||
int res, newEdit, error_val;
|
||||
int xadd, yadd;
|
||||
Rect loadBox;
|
||||
|
|
|
|||
Loading…
Reference in New Issue