X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.h;h=345f769694a84df16ac10bd07c11144abc03979f;hp=8caa48e07cd5f08ff2edf394b36284bc6f1ba9e0;hb=f6aea744f84e702b3469393f007b9e1bf25f6737;hpb=6911e09b77aa1eaac35b595bb4082e1f4c59ca71 diff --git a/chan_lcr.h b/chan_lcr.h index 8caa48e..345f769 100644 --- a/chan_lcr.h +++ b/chan_lcr.h @@ -9,8 +9,6 @@ ** ** \*****************************************************************************/ -/* structure for all calls */ -struct bchannel; struct chan_call { struct chan_call *next; /* link to next call instance */ int state; /* current call state CHAN_LCR_STATE */ @@ -19,8 +17,6 @@ struct chan_call { void *ast; /* current asterisk channel */ int pbx_started; /* indicates if pbx que is available */ - struct bchannel *bchannel; - /* reference to bchannel, if set */ int audiopath; /* audio is available */ int cause, location;