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

Unused member

Change-Id: I17e34c4c906416f295d88484ad4e99840453226a
üst fc0bd380
......@@ -435,7 +435,6 @@ namespace svt { namespace table
,m_nRowHeaderWidthPixel ( 0 )
,m_nColumnCount ( 0 )
,m_nRowCount ( 0 )
,m_bColumnsFit ( true )
,m_nCurColumn ( COL_INVALID )
,m_nCurRow ( ROW_INVALID )
,m_nLeftColumn ( 0 )
......
......@@ -110,9 +110,6 @@ namespace svt { namespace table
/// the number of rows in the table control. Cached model value.
TableSize m_nRowCount;
/// denotes whether or not the columns fitted into the available width, last time we checked
long m_bColumnsFit;
ColPos m_nCurColumn;
RowPos m_nCurRow;
ColPos m_nLeftColumn;
......
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