Remove unnecessary statement.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10461 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-11-19 10:05:47 +00:00
parent a5c4784ded
commit a385786d3a

View File

@ -324,7 +324,6 @@ void Fl_System_Printer::print_window_part(Fl_Window *win, int x, int y, int w, i
win->show();
fl_gc = NULL;
Fl::check();
win->make_current();
CGImageRef img = Fl_X::CGImage_from_window_rect(win, x, y, w, h);
if (save_front != win) save_front->show();
current->set_current();