Kaydet (Commit) 1a8349ee authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop leftover unused temp variable

üst eab413f9
...@@ -2391,8 +2391,6 @@ namespace svt { namespace table ...@@ -2391,8 +2391,6 @@ namespace svt { namespace table
long const ordinate = i_ordinate - m_nRowHeaderWidthPixel; long const ordinate = i_ordinate - m_nRowHeaderWidthPixel;
MutableColumnMetrics aOrdinateColumn(ordinate+1, ordinate+1);
ColumnPositions::const_iterator lowerBound = ::std::lower_bound( ColumnPositions::const_iterator lowerBound = ::std::lower_bound(
m_aColumnWidths.begin(), m_aColumnWidths.begin(),
m_aColumnWidths.end(), m_aColumnWidths.end(),
......
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