summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-12-14 03:31:16 -0800
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-12-15 03:54:58 -0800
commit4dccd668d2e356261114aeb9d70c360294a19563 (patch)
treed76f3ea832c6c7ac441ee1ca8149c48d78d380be /toxcore/tox.h
parent68be33840a6a9b2677a6ab43068689c8e572e832 (diff)
Drop an unworking Macro
Closes #327
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 934145a3..e0f36343 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -206,13 +206,6 @@ uint32_t tox_version_patch(void);
206 ) 206 )
207 207
208/** 208/**
209 * A macro to make compilation fail if the client code is not compatible with
210 * the installed version of Tox.
211 */
212#define TOX_VERSION_REQUIRE(MAJOR, MINOR, PATCH) \
213 typedef char tox_required_version[TOX_IS_COMPATIBLE(MAJOR, MINOR, PATCH) ? 1 : -1]
214
215/**
216 * Return whether the compiled library version is compatible with the passed 209 * Return whether the compiled library version is compatible with the passed
217 * version numbers. 210 * version numbers.
218 */ 211 */