summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/exp004processhits.c6
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)
24 * Add the hits to the selection.24 * Add the hits to the selection.
25 */25 */
26 S.selection.set[*hitlist] = true;26 S.selection.set[*hitlist] = true;
27 /*
28 S.base_colors_data[*hitlist][0] = SELECT_COLOR_R;
29 S.base_colors_data[*hitlist][1] = SELECT_COLOR_G;
30 S.base_colors_data[*hitlist][2] = SELECT_COLOR_B;
31 S.base_colors_data[*hitlist][3] = SELECT_COLOR_A;
32 */
3327
34 hitlist++;28 hitlist++;
35 }29 }

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.