From: Paul Cornett Date: Thu, 8 Mar 2007 04:31:24 +0000 (+0000) Subject: remove unreachable declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ca88598dd131210572714069a766ee375ffda102?hp=df08c3b5a3dabf5a7acddc2c3bd6e9647733e8c8 remove unreachable declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/math.h b/include/wx/math.h index de561737dd..f1f4d889f7 100644 --- a/include/wx/math.h +++ b/include/wx/math.h @@ -105,9 +105,6 @@ 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)