]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui_funcs.cxx
Modified Files:
[flightgear.git] / src / GUI / gui_funcs.cxx
index 862c190ed03f2c39c03ecbd3a7627f925d38e8c0..b87c5c0fe7d084ff30c54ac656aa5d0d37d5445d 100644 (file)
@@ -477,7 +477,6 @@ void printScreen ( puObject *obj ) {
        show_pu_cursor = true;
        puHideCursor();
     }
-    // BusyCursor( 0 );
 
     CGlPrinter p( CGlPrinter::PRINT_BITMAP );
     int cur_width = fgGetInt("/sim/startup/xsize");
@@ -485,7 +484,6 @@ void printScreen ( puObject *obj ) {
     p.Begin( "FlightGear", cur_width*3, cur_height*3 );
     p.End( hiResScreenCapture(3) );
 
-    // BusyCursor(1);
     if ( show_pu_cursor ) {
        puShowCursor();
     }