From a7ce881c7d8b66a798ae7fff26bcd826b8994846 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 24 Aug 2016 08:57:21 +0000 Subject: Remove unused variable. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11892 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index b6f01ea7c..b914a46c7 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -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); -- cgit v1.2.3