[apps/shared/store_controller] Remove cellShouldBeTransparent

This commit is contained in:
Ruben Dashyan
2019-07-31 15:52:08 +02:00
parent 4ec7b801fd
commit eb614860eb
2 changed files with 3 additions and 8 deletions

View File

@@ -88,7 +88,6 @@ protected:
StoreCell m_editableCells[k_maxNumberOfEditableCells];
DoublePairStore * m_store;
private:
bool cellShouldBeTransparent(int i, int j);
ContentView m_contentView;
};