diff options
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 10 |
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 |