code cleanup: comment/remove unused defines

This commit is contained in:
2013-05-28 01:15:59 +00:00
parent 1ab7a6f9af
commit c77179a3c2
19 changed files with 20 additions and 49 deletions

View File

@@ -84,7 +84,7 @@ typedef struct QMCSampler {
double offs[BLENDER_MAX_THREADS][2];
} QMCSampler;
#define SAMP_TYPE_JITTERED 0
// #define SAMP_TYPE_JITTERED 0 // UNUSED
#define SAMP_TYPE_HALTON 1
#define SAMP_TYPE_HAMMERSLEY 2