Skip to content

SelectionLine: remove unused function

Marco Cattaneo requested to merge fixClangWarning-SelectionLine into 2018-patches

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; }
                 ^

Merge request reports