[asterisk-addons-commits] mnicholson: branch mnicholson/chan-mobile-refactor r778 - /team/mnicholson/ch...
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Thu Feb 12 16:39:01 CST 2009
Author: mnicholson
Date: Thu Feb 12 16:39:01 2009
New Revision: 778
URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=778
Log:
remove unused variable ms, left over from last commit
Modified:
team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
Modified: team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c?view=diff&rev=778&r1=777&r2=778
==============================================================================
--- team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c (original)
+++ team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c Thu Feb 12 16:39:01 2009
@@ -922,7 +922,6 @@
static int mbl_digit_end(struct ast_channel *ast, char digit, unsigned int duration)
{
struct mbl_pvt *pvt = ast->tech_pvt;
- int ms = 10000;
if (pvt->type == MBL_TYPE_HEADSET)
return 0;
More information about the asterisk-addons-commits
mailing list