Browse Source

display: remove unused iterator variable

rdb 7 years ago
parent
commit
7d09451b2d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/display/graphicsEngine.cxx

+ 0 - 1
panda/src/display/graphicsEngine.cxx

@@ -593,7 +593,6 @@ remove_all_windows() {
   // appeared to be happening, and this worked around it.
   Windows old_windows;
   old_windows.swap(_windows);
-  Windows::iterator wi;
   for (GraphicsOutput *win : old_windows) {
     nassertv(win != nullptr);
     do_remove_window(win, current_thread);