X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b34497d885c68acefc7f04f7b129a141f5ade7d0..1be2473f5909d77ec93070d390429d92f3e47298:/include/wx/math.h 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)