SelectionLine: remove unused function
Fixes the clang warning:
Kernel/SelectionLine/src/SelectionLine.cpp:74:18: warning: unused function 'isDefault' [-Wunused-function]
constexpr bool isDefault(double x) { return x == 0; }
^
Fixes the clang warning:
Kernel/SelectionLine/src/SelectionLine.cpp:74:18: warning: unused function 'isDefault' [-Wunused-function]
constexpr bool isDefault(double x) { return x == 0; }
^