summaryrefslogtreecommitdiff
path: root/rest-api-templates/event_function_decl.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-templates/event_function_decl.mustache')
-rw-r--r--rest-api-templates/event_function_decl.mustache10
1 files changed, 0 insertions, 10 deletions
diff --git a/rest-api-templates/event_function_decl.mustache b/rest-api-templates/event_function_decl.mustache
deleted file mode 100644
index fd2c7eb5b..000000000
--- a/rest-api-templates/event_function_decl.mustache
+++ /dev/null
@@ -1,10 +0,0 @@
-struct ast_json *stasis_json_event_{{c_id}}_create(
-{{#bridge}}
- struct ast_bridge_snapshot *bridge_snapshot{{#channel}},{{/channel}}{{^channel}}{{#has_properties}},{{/has_properties}}{{/channel}}
-{{/bridge}}
-{{#channel}}
- struct ast_channel_snapshot *channel_snapshot{{#has_properties}},{{/has_properties}}
-{{/channel}}
-{{#has_properties}}
- struct ast_json *blob
-{{/has_properties}}