From ad45ba6df1cb6368512e50ed50961038c78d0c30 Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Sun, 21 Feb 2016 10:45:25 +0100 Subject: [PATCH] Remove one last instance of the obsolete PROTECT_VECTORS macro that was accidentally reintroduced during rebasing. --- rtgui/batchqueue.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtgui/batchqueue.cc b/rtgui/batchqueue.cc index 64b4662e0..7c63fce11 100644 --- a/rtgui/batchqueue.cc +++ b/rtgui/batchqueue.cc @@ -680,9 +680,7 @@ rtengine::ProcessingJob* BatchQueue::imageReady (rtengine::IImage16* img) auto isEmpty = false; { -#if PROTECT_VECTORS MYREADERLOCK(l, entryRW); -#endif isEmpty = fd.empty(); }