Remove unused variable.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11892 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-08-24 08:57:21 +00:00
parent 4180cf5360
commit a7ce881c7d
1 changed files with 0 additions and 1 deletions

View File

@ -2402,7 +2402,6 @@ void Fl_WinAPI_Window_Driver::capture_titlebar_and_borders(Fl_Shared_Image*& top
fl_graphics_driver->gc(GetDC(NULL));
int ww = w() + 2 * wsides;
// capture the 4 window sides from screen
uchar *rgb;
if (htop) {
r_top = Fl::screen_driver()->read_win_rectangle(NULL, r.left, r.top, ww, htop, 0);
top = Fl_Shared_Image::get(r_top);