Commit 9fa79685e8 for asterisk.org

commit 9fa79685e8060421e02d22927c3d74f9023bd570
Author: Sean Bright <sean@seanbright.com>
Date:   Tue Dec 30 12:57:58 2025 -0500

    func_talkdetect.c: Remove reference to non-existent variables.

diff --git a/funcs/func_talkdetect.c b/funcs/func_talkdetect.c
index 257ecda8f3..ffa2cfa2a9 100644
--- a/funcs/func_talkdetect.c
+++ b/funcs/func_talkdetect.c
@@ -115,7 +115,6 @@
 			<example title="Enable and set talk threshold to 128">
 			same => n,Set(TALK_DETECT(set)=,128)
 			</example>
-			<para>This function will set the following variables:</para>
 			<note>
 				<para>The TALK_DETECT function uses an audiohook to inspect the
 				voice media frames on a channel. Other functions, such as JITTERBUFFER,