X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=apps%2Fconfbridge%2Finclude%2Fconfbridge.h;h=d3ead35a3e503c3c98cbceec9744a102fc5f149d;hp=dd4ceff897b241dea264fc8df8386de1a9fca9a8;hb=2f674bcdd133056f9695eb63aa89c90c05bb1c55;hpb=b78fd0ac89cabd401235d2686584945cf241da62;ds=sidebyside diff --git a/apps/confbridge/include/confbridge.h b/apps/confbridge/include/confbridge.h index dd4ceff..d3ead35 100644 --- a/apps/confbridge/include/confbridge.h +++ b/apps/confbridge/include/confbridge.h @@ -120,7 +120,6 @@ struct conf_menu_entry { * sequences invoke.*/ struct conf_menu { char name[128]; - int delme; AST_LIST_HEAD_NOLOCK(, conf_menu_entry) entries; }; @@ -135,7 +134,6 @@ struct user_profile { unsigned int talking_threshold; /*! The time in ms of silence before a user is considered to be silent by the dsp. */ unsigned int silence_threshold; - int delme; }; enum conf_sounds { @@ -198,7 +196,6 @@ struct bridge_profile { unsigned int internal_sample_rate; /*!< The internal sample rate of the bridge. 0 when set to auto adjust mode. */ unsigned int mix_interval; /*!< The internal mixing interval used by the bridge. When set to 0 the bridgewill use a default interval. */ struct bridge_profile_sounds *sounds; - int delme; }; /*! \brief The structure that represents a conference bridge */