summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-20 13:09:54 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-23 17:05:53 -0500
commit88c0f77a58100c3a024cce9a82f1b0e8e6ccc3b6 (patch)
tree04c428eae32202ccec16804da9bed369402c2d39 /include/types.h
parentb2fd75014af770ffcfe5cd71379b577fc23a861a (diff)
downloadofono-88c0f77a58100c3a024cce9a82f1b0e8e6ccc3b6.tar.gz
Refactor: First round of renaming
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/types.h b/include/types.h
index 44428fb1..6a9681d0 100644
--- a/include/types.h
+++ b/include/types.h
@@ -91,16 +91,6 @@ struct ofono_call {
int clip_validity;
};
-struct ofono_data_context {
- unsigned id;
- int type;
- int direction;
- int active;
- char *apn;
- char *username;
- char *password;
-};
-
#ifdef __cplusplus
}
#endif