Removed comments.
This commit is contained in:
@@ -417,7 +417,7 @@ void Window::_setWidthAndHeight() {
|
||||
void Window::_removeFromGeode(Widget* widget) {
|
||||
if(!widget) return;
|
||||
|
||||
widget->_index = 0; // was originally -1, but _index is a unsigned int...
|
||||
widget->_index = 0;
|
||||
|
||||
_setParented(widget, true);
|
||||
|
||||
|
||||
@@ -256,8 +256,8 @@ void WindowManager::childRemoved(unsigned int start, unsigned int numChildren) {
|
||||
if(!window) continue;
|
||||
|
||||
if(_remove(window)) {
|
||||
window->_index = 0; // was originally -1, but _index is a unsigned int...
|
||||
|
||||
|
||||
window->_index = 0;
|
||||
window->unmanaged(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user