DBWprocs.c: removed fwd decl for non-existant function

void DisplayWindow();

Found during K&R removal of commands/**
This commit is contained in:
Darryl L. Miles 2024-10-04 12:07:53 +01:00 committed by Tim Edwards
parent 56139b48eb
commit 3a41bf6ae2
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ DBWloadWindow(window, name, flags)
{ {
CellDef *newEditDef, *deleteDef; CellDef *newEditDef, *deleteDef;
CellUse *newEditUse; CellUse *newEditUse;
void DisplayWindow();
int res, newEdit, error_val; int res, newEdit, error_val;
int xadd, yadd; int xadd, yadd;
Rect loadBox; Rect loadBox;