From ca88598dd131210572714069a766ee375ffda102 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 8 Mar 2007 04:31:24 +0000 Subject: [PATCH] remove unreachable declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/math.h | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.45.2