summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-08-24 08:57:21 +0000
committerManolo Gouy <Manolo>2016-08-24 08:57:21 +0000
commita7ce881c7d8b66a798ae7fff26bcd826b8994846 (patch)
tree66c1f03475c5b6c8cdf4d6c22433486ee2628353
parent4180cf5360b7cfb14d99647c6660a16841346d5c (diff)
Remove unused variable.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11892 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_win32.cxx1
1 files changed, 0 insertions, 1 deletions
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);