summaryrefslogtreecommitdiff
path: root/toxcore/tox_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox_api.c')
-rw-r--r--toxcore/tox_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/tox_api.c b/toxcore/tox_api.c
index af93bef4..b6c8c386 100644
--- a/toxcore/tox_api.c
+++ b/toxcore/tox_api.c
@@ -91,11 +91,6 @@ struct Tox_Options *tox_options_new(TOX_ERR_OPTIONS_NEW *error)
91 return NULL; 91 return NULL;
92} 92}
93 93
94void tox_options_copy(struct Tox_Options *lhs, const struct Tox_Options *rhs)
95{
96 *lhs = *rhs;
97}
98
99void tox_options_free(struct Tox_Options *options) 94void tox_options_free(struct Tox_Options *options)
100{ 95{
101 free(options); 96 free(options);