From 2123f7090d4bb165ea1c5d09b25cf881ca253fb3 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 12:12:15 +0100 Subject: [PATCH] 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 --- commands/CmdCD.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/CmdCD.c b/commands/CmdCD.c index ac4e3c08..3b029218 100644 --- a/commands/CmdCD.c +++ b/commands/CmdCD.c @@ -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