X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b34497d885c68acefc7f04f7b129a141f5ade7d0..8e4ac1a0689c4590c06122648e6f26f9a5988b0a:/include/wx/math.h?ds=sidebyside 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)