Kaydet (Commit) 2586f7a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: Iabe3b1dac4c3f0997e786cb641faf43e791018b1
üst 83b86f20
......@@ -3305,21 +3305,6 @@ public:
update(fVal, bVal);
}
void operator() (mdds::mtv::element_t eType, size_t nTopRow, size_t nDataSize)
{
if (eType == sc::element_type_empty)
return;
for (size_t i = 0; i < nDataSize; ++i)
{
size_t nRow = nTopRow + i;
if (mrHiddenRows.getValue(nRow))
continue;
update(0.0, false);
}
}
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment