Code Cleanup: comment unused define

This commit is contained in:
Campbell Barton 2013-12-18 00:20:18 +11:00
parent 6e88e3eda4
commit 8e59beb815
1 changed files with 2 additions and 0 deletions

View File

@ -108,7 +108,9 @@ static SpinLock image_spin;
/* quick lookup: supports 1 million frames, thousand passes */
#define IMA_MAKE_INDEX(frame, index) ((frame) << 10) + index
#define IMA_INDEX_FRAME(index) (index >> 10)
/*
#define IMA_INDEX_PASS(index) (index & ~1023)
*/
/* ******** IMAGE CACHE ************* */