Disable light-level code as it's not used currently.
This commit is contained in:
parent
7ebf1b6ef4
commit
117db06048
3 changed files with 8 additions and 3 deletions
|
|
@ -370,7 +370,7 @@ public:
|
|||
red = green = blue = 0;
|
||||
}
|
||||
|
||||
inline const int avg (void) const {
|
||||
inline int avg (void) const {
|
||||
return (red + green + blue) / (sizeof (SimpleColor) / sizeof (int));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue