From 21f8db12c45bd56293262cd4abfb73cd9abec821 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Sun, 11 Sep 2016 16:27:03 -0700 Subject: Make ToxAV stateless --- toxcore/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'toxcore/util.h') diff --git a/toxcore/util.h b/toxcore/util.h index 840f0a3e..d7ad7beb 100644 --- a/toxcore/util.h +++ b/toxcore/util.h @@ -30,7 +30,6 @@ #include #define MIN(a,b) (((a)<(b))?(a):(b)) -#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; } void unix_time_update(void); uint64_t unix_time(void); -- cgit v1.2.3