CmdCD.c: removed unnecessary fwd decl for function in included header

commands.h contains the prototype for cmdFlushCell() which is already
being included in CmdCD.c
This commit is contained in:
Darryl L. Miles 2024-10-04 12:12:15 +01:00 committed by Tim Edwards
parent 7ebaba6b39
commit 2123f7090d
1 changed files with 0 additions and 2 deletions

View File

@ -1323,8 +1323,6 @@ CmdCellname(
/* Unload the cell definition and re-read with search paths */
if (locargc == 3)
{
void cmdFlushCell(CellDef *def, int force_deref);
if (cellname == NULL)
cellDef = EditRootDef;
else