summaryrefslogtreecommitdiff
path: root/toxcore/tox_api.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-22 10:44:33 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-22 20:42:47 +0000
commit1c20e9f76bbe4cccf0e11c927dac00eda3e84ab3 (patch)
treed524ad203488acfbb20fe6f77a6ace491582dfda /toxcore/tox_api.c
parentdb71602731da030c999f2821b2b4a64611b90b99 (diff)
Remove tox_options_copy.
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);