aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-25 21:06:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-25 21:06:44 +0000
commitef4bdd07b7782ad87170f3b91ad6159495c9de20 (patch)
treeae848b996baa41689367fe6926dd20f9f9c756bd /include
parentc8cc686423426d0322869a94d596a102bfc5fa52 (diff)
Don't note that functions are deprecated in favor of themselves. This was
found by showing a very poor example doxygen function in a presentation this morning. :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83819 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/devicestate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index 8a6bd9fcd..68eedcfc8 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -125,8 +125,6 @@ enum ast_device_state ast_device_state(const char *device);
*
* \retval 0 on success
* \retval -1 on failure
- *
- * \note This is deprecated in favor of ast_devstate_changed()
*/
int ast_devstate_changed(enum ast_device_state state, const char *fmt, ...)
__attribute__ ((format (printf, 2, 3)));
@@ -143,8 +141,6 @@ int ast_devstate_changed(enum ast_device_state state, const char *fmt, ...)
*
* \retval 0 on success
* \retval -1 on failure
- *
- * \note This is deprecated in favor of ast_devstate_changed()
*/
int ast_devstate_changed_literal(enum ast_device_state state, const char *device);