]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unreachable declaration
authorPaul Cornett <paulcor@bullseye.com>
Thu, 8 Mar 2007 04:31:24 +0000 (04:31 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 8 Mar 2007 04:31:24 +0000 (04:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/math.h

index de561737dde2afa6a16e29f8f693ecadd1cf3594..f1f4d889f75dd68c401c13447144778448853104 100644 (file)
 
     inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); }
 
-    #if defined(HAVE_ROUND) && !defined(HAVE_DECL_ROUND)
-        extern "C" double round(double);
-    #endif
     inline int wxRound(double x)
     {
         #if defined(HAVE_ROUND)