aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/indeo/mem.h')
-rw-r--r--image/codecs/indeo/mem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/codecs/indeo/mem.h b/image/codecs/indeo/mem.h
index 7fadb147cb..c94cc78ee6 100644
--- a/image/codecs/indeo/mem.h
+++ b/image/codecs/indeo/mem.h
@@ -36,7 +36,6 @@ namespace Indeo {
#define FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0]))
#define FFALIGN(x, a) (((x) + (a)-1) & ~((a)-1))
-#define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
#define FFSIGN(a) ((a) > 0 ? 1 : -1)
#define MAX_INTEGER 0x7ffffff