From 1291e910f1d50dc3efc30f413a683f70a8fc140a Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 9 Sep 2020 21:18:31 +0200 Subject: [PATCH] Spreadsheet: [skip ci] disable unused function --- src/Mod/Spreadsheet/Gui/SheetModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;