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));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@ private:
|
|||
model_t *m_worldModel;
|
||||
|
||||
public:
|
||||
LightMeasure (void) : m_worldModel (nullptr), m_doAnimation (false) {
|
||||
LightMeasure (void) : m_doAnimation (false), m_worldModel (nullptr) {
|
||||
initializeLightstyles ();
|
||||
m_point.reset ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue