FreeCAD: master a0bbb173

Author Committer Branch Timestamp Parent
chennes wmayer master 2021-02-09 16:22:52 master 2834075d
Changeset LGTM: Remove unused Time() function

The ConsoleSingleton::Time() function is flagged by LGTM for using
two different unsafe time-related functions. It is not called anywhere
in the current codebase, and is not exposed in the Python API, so was
removed rather than being repaired.
mod - src/Base/Console.cpp Diff File
mod - src/Base/Console.h Diff File