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.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 26378067..5497d9e7 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -726,12 +726,6 @@ typedef enum TOX_ERR_OPTIONS_NEW { */ struct Tox_Options *tox_options_new(TOX_ERR_OPTIONS_NEW *error); -/** - * Allocates a new Tox_Options object and initialises it with the values from the - * passed object. - */ -void tox_options_copy(struct Tox_Options *options, const struct Tox_Options *rhs); - /** * Releases all resources associated with an options objects. * -- cgit v1.2.3