From f69fe334fc7bf8948c6f26f29f9270be35a41a93 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 22 May 2021 09:22:30 +0200 Subject: [PATCH] - removed duplicate variable. --- source/core/screenjob.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/screenjob.cpp b/source/core/screenjob.cpp index 276389e4e..d90e29f29 100644 --- a/source/core/screenjob.cpp +++ b/source/core/screenjob.cpp @@ -52,7 +52,6 @@ static PType* maprecordtype; static PType* summaryinfotype; -static CompletionFunc completion; static int ticks; static SummaryInfo summaryinfo;