Author: AlbrechtS
Date: 2010-11-22 05:11:48 -0800 (Mon, 22 Nov 2010)
New Revision: 7883
Log:
Removed redundant case in fix for STR #2304.


Modified:
   branches/branch-1.3/src/fl_rect.cxx

Modified: branches/branch-1.3/src/fl_rect.cxx
===================================================================
--- branches/branch-1.3/src/fl_rect.cxx 2010-11-22 13:01:03 UTC (rev 7882)
+++ branches/branch-1.3/src/fl_rect.cxx 2010-11-22 13:11:48 UTC (rev 7883)
@@ -525,7 +525,7 @@
 
   // now all coordinates to test are in the range [0,32767]
 
-  return r ? XRectInRegion(r, tx, ty, tw, th) : 1;
+  return XRectInRegion(r, tx, ty, tw, th);
 #elif defined(WIN32)
   if (!r) return 1;
   RECT rect;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to