Removed comments.
This commit is contained in:
@@ -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