diff --git a/src/Mod/Spreadsheet/Gui/SheetModel.cpp b/src/Mod/Spreadsheet/Gui/SheetModel.cpp index 1816863768..3e194258b3 100644 --- a/src/Mod/Spreadsheet/Gui/SheetModel.cpp +++ b/src/Mod/Spreadsheet/Gui/SheetModel.cpp @@ -75,6 +75,7 @@ int SheetModel::columnCount(const QModelIndex &parent) const return 26 * 26 + 26; } +#if 0 // obsolete function static void appendUnit(int l, bool isNumerator, std::string unit, std::vector & v) { if (l == 0) @@ -90,7 +91,6 @@ static void appendUnit(int l, bool isNumerator, std::string unit, std::vector numerator;