Skip to content

Commit 025449d

Browse files
committed
[[ Cleanup ]] MCExport::exec_ctxt(): Remove unused variable.
1 parent 6837fb5 commit 025449d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

engine/src/cmdsf.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,6 @@ void MCExport::exec_ctxt(MCExecContext &ctxt)
14071407
// MERG-2014-07-11: metadata array
14081408
MCAutoArrayRef t_metadata_array;
14091409
MCImageMetadata t_metadata;
1410-
MCImageMetadata *t_metadata_ptr;
1411-
t_metadata_ptr = NULL;
14121410
if (!ctxt . EvalOptionalExprAsArrayRef(metadata, kMCEmptyArray , EE_EXPORT_NOSELECTED, &t_metadata_array))
14131411
return;
14141412

0 commit comments

Comments
 (0)