summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.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.api.h
parentdb71602731da030c999f2821b2b4a64611b90b99 (diff)
Remove tox_options_copy.
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index f5e8cd7a..2767a62f 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -598,12 +598,6 @@ static class options {
598 MALLOC, 598 MALLOC,
599 } 599 }
600 600
601 /**
602 * Allocates a new $this object and initialises it with the values from the
603 * passed object.
604 */
605 void copy(const this rhs);
606
607 601
608 /** 602 /**
609 * Releases all resources associated with an options objects. 603 * Releases all resources associated with an options objects.