From 2d92942bfe3b4f951e4f10d616ecd02be10a495d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 7 Apr 2010 07:45:12 +0000 Subject: Removed useless #define's git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7464 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Double_Window.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index b17b900f1..89f838844 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -142,10 +142,6 @@ void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) DeleteDC(new_gc); } -#if(WINVER < 0x0500) -#define SHADEBLENDCAPS 120 -#define SB_PIXEL_ALPHA 0x02 -#endif void fl_copy_offscreen_with_alpha(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) { HDC new_gc = CreateCompatibleDC(fl_gc); int save = SaveDC(new_gc); -- cgit v1.2.3