From 4dccd668d2e356261114aeb9d70c360294a19563 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Wed, 14 Dec 2016 03:31:16 -0800 Subject: Drop an unworking Macro Closes #327 --- toxcore/tox.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 934145a3..e0f36343 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -205,13 +205,6 @@ uint32_t tox_version_patch(void); ) \ ) -/** - * A macro to make compilation fail if the client code is not compatible with - * the installed version of Tox. - */ -#define TOX_VERSION_REQUIRE(MAJOR, MINOR, PATCH) \ - typedef char tox_required_version[TOX_IS_COMPATIBLE(MAJOR, MINOR, PATCH) ? 1 : -1] - /** * Return whether the compiled library version is compatible with the passed * version numbers. -- cgit v1.2.3