summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-16 20:14:32 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-16 20:14:32 +0000
commit1a552224e9f79089c0f3be4b19dc4f456b409034 (patch)
treed7003013bd23ccc620c98186ef9c01c91b580114
parent055edad27bd6b8f0f1115b040021bf4486721df7 (diff)
src/rmd_macro.h: Remove the COMPARE_STRIDE define, it's not used any
longer. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@555 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r--recordmydesktop/src/rmd_macro.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/recordmydesktop/src/rmd_macro.h b/recordmydesktop/src/rmd_macro.h
index 9b54d80..93ae9e3 100644
--- a/recordmydesktop/src/rmd_macro.h
+++ b/recordmydesktop/src/rmd_macro.h
@@ -70,14 +70,6 @@
//avoid problems (amd64 has 8byte ulong)
#define RMD_ULONG_SIZE_T (sizeof(unsigned long))
-//size of stride when comparing planes(depending on type)
-//this is just to avoid thousands of sizeof's
-#ifdef HAVE_U_INT64_T
- #define COMPARE_STRIDE 8
-#else
- #define COMPARE_STRIDE 4
-#endif
-
//The width, in bytes, of the blocks
//on which the y,u and v planes are broken.
//These blocks are square.
© All Rights Reserved