From db08a0f3463322cde32bae16ba457cc9c222588d Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Wed, 22 Nov 2006 11:28:12 +0000
Subject: [PATCH] Don't over-deprecate... :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_h323.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 7ffef770b5..c1da95787f 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -2754,21 +2754,6 @@ static struct ast_cli_entry cli_h323_show_tokens_deprecated =
 	h323_tokens_show, "Show all active call tokens",
 	show_tokens_usage };
 
-static struct ast_cli_entry cli_h323_debug_deprecated = {
-	{ "h.323", "debug", NULL },
-	h323_do_debug, "Enable H.323 debug",
-	debug_usage };
-
-static struct ast_cli_entry cli_h323_trace_deprecated = {
-	{ "h.323", "trace", NULL },
-	h323_do_trace, "Enable H.323 Stack Tracing",
-	trace_usage };
-
-static struct ast_cli_entry cli_h323_gk_cycle_deprecated = {
-	{ "h323", "cycle", "gk", NULL },
-	h323_gk_cycle, "Manually re-register with the Gatekeper",
-	show_cycle_usage };
-
 static struct ast_cli_entry cli_h323[] = {
 	{ { "h323", "set", "trace", NULL },
 	h323_do_trace, "Enable H.323 Stack Tracing",
-- 
GitLab