From 8a24721529713b469950d703cddd5fca25bd6502 Mon Sep 17 00:00:00 2001
From: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date: Fri, 1 Aug 2014 13:15:22 +0000
Subject: [PATCH] docs: removed Default Queue Size section from release notes
 for 2.2

---
 documentation/ReleaseNotes-2-2.txt | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/documentation/ReleaseNotes-2-2.txt b/documentation/ReleaseNotes-2-2.txt
index 28c5b6bc..c3805f68 100644
--- a/documentation/ReleaseNotes-2-2.txt
+++ b/documentation/ReleaseNotes-2-2.txt
@@ -163,18 +163,6 @@ The (broken and ugly) sequencer device support was removed.
 Consequently, seqFindProgByName was be removed as it is no longer needed.
 
 
-Default Queue Size
-^^^^^^^^^^^^^^^^^^
-
-The default size of a queue is now 2, instead of 100. The old default
-value was impractical since from version 2.1 onward queues are preallocated.
-Note that queues overwrite the *last* entry in case the queue is full. This
-means a queue size of 1 doesn't make much sense. It also means that with
-a size of 2 you effectively get sample-and-hold behaviour: the *first*
-event will be stored in the queue and is available (via :c:func:`pvGetQ`)
-regardless of events that have happened later.
-
-
 Multiple pvSync for multiply assigned arrays
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
GitLab