include/basegfx/numeric/ftools.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit ca476ce3bc76b9a6073bcd587eceb30115ce103f Author: Mike Kaganski <[email protected]> AuthorDate: Thu Nov 18 16:17:55 2021 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Thu Nov 18 21:19:13 2021 +0100 Drop obsolete comment Change-Id: Iee729890771376192c547b96c59f5e0086782219 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125448 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/include/basegfx/numeric/ftools.hxx b/include/basegfx/numeric/ftools.hxx index 31d3e585cedd..6009e839b11b 100644 --- a/include/basegfx/numeric/ftools.hxx +++ b/include/basegfx/numeric/ftools.hxx @@ -26,7 +26,6 @@ #include <limits> #include <algorithm> -// standard PI defines from solar.h, but we do not want to link against tools #ifndef F_PI #define F_PI M_PI
