summaryrefslogtreecommitdiff
path: root/include/libgsmd
diff options
context:
space:
mode:
authortick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-12 09:42:38 +0000
committertick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-12 09:42:38 +0000
commitcd687c0c2f3e9a77d344d8806d0072cc8fb8084a (patch)
treeaf1d48bcfc437885625a0125b9447bf30a4f34af /include/libgsmd
parent5cd3cb1f9209e6dbdf19c02417e87791b8349a5c (diff)
gsmd: cleaning some dummy codes (Tick)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3394 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r--include/libgsmd/phonebook.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h
index d17b006..4bcae6c 100644
--- a/include/libgsmd/phonebook.h
+++ b/include/libgsmd/phonebook.h
@@ -49,19 +49,6 @@ struct lgsm_phonebook_find {
char findtext[LGSM_PB_TEXT_MAXLEN+1];
};
-#if 0
-/* Get a bitmask of supported phonebook types */
-extern int lgsm_pb_get_types(struct lgsm_handle *lh, u_int32 *typemask);
-
-/* Get a range of supported indexes in given phonebook type, Chapter 8.12 */
-extern int lgsm_pb_get_range(struct lgsm_handle *lh,
- enum lgsm_pbook_type type,
- u_int32_t *from, u_int32_t *to,
- u_int32_t *nlength, *u_int32_t tlength);
-
-#define LGSM_PB_TEXT_MAXLEN 31
-#endif
-
struct lgsm_pb_entry {
struct lgsm_pb_entry *next;
enum lgsm_pbook_type type;
personal git repositories of Harald Welte. Your mileage may vary