-rw-r--r-- | src/controller/exp004processhits.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/controller/exp004processhits.c b/src/controller/exp004processhits.c index c9ae080..c51e170 100644 --- a/src/controller/exp004processhits.c +++ b/src/controller/exp004processhits.c @@ -24,12 +24,6 @@ exp004processhits (const GLint hits, const GLuint * hitlist) * Add the hits to the selection. */ S.selection.set[*hitlist] = true; - /* - S.base_colors_data[*hitlist][0] = SELECT_COLOR_R; - S.base_colors_data[*hitlist][1] = SELECT_COLOR_G; - S.base_colors_data[*hitlist][2] = SELECT_COLOR_B; - S.base_colors_data[*hitlist][3] = SELECT_COLOR_A; - */ hitlist++; } |