From 2fecf43be9fc7e0372589d1cce408ed5f5e2e210 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Nov 2005 16:23:58 +0100 Subject: [PATCH] Removed a faulty lock advice --- HISTORY | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index a9517f26..8ba1bb23 100644 --- a/HISTORY +++ b/HISTORY @@ -3828,14 +3828,8 @@ Video Disk Recorder Revision History startup if there are a great many of recordings, or the disk(s) have to spin up. If the Recordings menu is opened while the list of recordings is still being read, the menu will be updated accordingly. - Plugins that access the global Recordings variable should lock the thread, either - by calling - - Recordings.Lock(); - ... - Recordings.Unlock(); - - or by putting something like + Plugins that access the global Recordings variable should lock the thread + by putting something like cThreadLock RecordingsLock(&Recordings);