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

Bin two unused static member variables

Change-Id: Ia1d1e56bae260a1085523fc6866ec6526aa16f10
üst 9e76d8b6
......@@ -89,8 +89,6 @@ private:
LOTUS_ROOT* m_pLotRoot;
LR_ID nIdCnt;
ScComplexRefData aComplRef;
static SCCOL nEingCol;
static SCROW nEingRow;
std::vector<LotusRange*> maRanges;
public:
......
......@@ -389,9 +389,6 @@ LotusRangeList::LotusRangeList(LOTUS_ROOT* pLotRoot)
pSingRef->SetFlag3D( false );
}
SCCOL LotusRangeList::nEingCol;
SCROW LotusRangeList::nEingRow;
LotusRangeList::~LotusRangeList ()
{
std::vector<LotusRange*>::iterator pIter;
......
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