From 59753b1ea10a83ea770c35b24cd443620913349c Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Sat, 17 Aug 2013 14:39:27 +0000 Subject: Strip down the old event system This removes unused code, event types, IE pltypes, and event IE types where possible and makes several functions private that were once public. This includes a renumbering of the remaining event and IE types which breaks binary compatibility with previous versions. The last remaining consumers of the old event system (or parts thereof) are main/security_events.c, res/res_security_log.c, tests/test_cel.c, tests/test_event.c, main/cel.c, and the CEL backends. Review: https://reviewboard.asterisk.org/r/2703/ (closes issue ASTERISK-22139) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396887 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/parking/parking_ui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'res/parking/parking_ui.c') diff --git a/res/parking/parking_ui.c b/res/parking/parking_ui.c index 2f54e8637..55b2d5b45 100644 --- a/res/parking/parking_ui.c +++ b/res/parking/parking_ui.c @@ -30,7 +30,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "res_parking.h" #include "asterisk/config.h" #include "asterisk/config_options.h" -#include "asterisk/event.h" #include "asterisk/utils.h" #include "asterisk/module.h" #include "asterisk/cli.h" -- cgit v1.2.3