dect
/
libdect
Archived
13
0
Fork 0

lce: remove now unused function dect_profile_indicator()

Profile support is supposed to be handled on the IWU layer, remove
unused dect_profile_indicator() function.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-10-09 20:11:26 +02:00
parent ecc2c7d990
commit c2ac87a9bd
1 changed files with 0 additions and 12 deletions

View File

@ -330,18 +330,6 @@ dect_page_capability(const struct dect_handle *dh,
return lte->setup_capability->page_capability;
}
static uint64_t dect_profile_indicator(const struct dect_handle *dh,
const struct dect_ipui *ipui)
{
const struct dect_lte *lte;
lte = dect_lte_get_by_ipui(dh, ipui);
if (lte == NULL ||
lte->terminal_capability == NULL)
return 0;
return lte->terminal_capability->profile_indicator;
}
/*
* Data links
*/