summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
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.h
parentdb71602731da030c999f2821b2b4a64611b90b99 (diff)
Remove tox_options_copy.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 26378067..5497d9e7 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -727,12 +727,6 @@ typedef enum TOX_ERR_OPTIONS_NEW {
727struct Tox_Options *tox_options_new(TOX_ERR_OPTIONS_NEW *error); 727struct Tox_Options *tox_options_new(TOX_ERR_OPTIONS_NEW *error);
728 728
729/** 729/**
730 * Allocates a new Tox_Options object and initialises it with the values from the
731 * passed object.
732 */
733void tox_options_copy(struct Tox_Options *options, const struct Tox_Options *rhs);
734
735/**
736 * Releases all resources associated with an options objects. 730 * Releases all resources associated with an options objects.
737 * 731 *
738 * Passing a pointer that was not returned by tox_options_new results in 732 * Passing a pointer that was not returned by tox_options_new results in