aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--say.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/say.c b/say.c
index a20e325af..a82720cf7 100644
--- a/say.c
+++ b/say.c
@@ -4081,11 +4081,6 @@ int ast_say_date_with_format_fr(struct ast_channel *chan, time_t time, const cha
case 'k':
/* 24-Hour */
res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL);
- if (!res) {
- if (format[offset] == 'H') {
- res = wait_file(chan,ints, "digits/oclock",lang);
- }
- }
if (!res)
res = wait_file(chan,ints, "digits/oclock",lang);
break;