From 1c20e9f76bbe4cccf0e11c927dac00eda3e84ab3 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 22 Dec 2016 10:44:33 +0000 Subject: Remove tox_options_copy. --- toxcore/tox_api.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toxcore/tox_api.c') 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) return NULL; } -void tox_options_copy(struct Tox_Options *lhs, const struct Tox_Options *rhs) -{ - *lhs = *rhs; -} - void tox_options_free(struct Tox_Options *options) { free(options); -- cgit v1.2.3