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:
parent
7ebaba6b39
commit
2123f7090d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue