mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
display: remove unused iterator variable
This commit is contained in:
parent
73076c7115
commit
7d09451b2d
@ -593,7 +593,6 @@ remove_all_windows() {
|
|||||||
// appeared to be happening, and this worked around it.
|
// appeared to be happening, and this worked around it.
|
||||||
Windows old_windows;
|
Windows old_windows;
|
||||||
old_windows.swap(_windows);
|
old_windows.swap(_windows);
|
||||||
Windows::iterator wi;
|
|
||||||
for (GraphicsOutput *win : old_windows) {
|
for (GraphicsOutput *win : old_windows) {
|
||||||
nassertv(win != nullptr);
|
nassertv(win != nullptr);
|
||||||
do_remove_window(win, current_thread);
|
do_remove_window(win, current_thread);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user