Startcenter: mnSpacing became unused

Change-Id: I01f2911c690da36ed0d5beb306e28ab438890fd9
This commit is contained in:
Zolnai Tamás
2014-01-09 19:00:11 +01:00
parent 0c4639fa83
commit baf112e6f0
2 changed files with 0 additions and 2 deletions

View File

@@ -330,7 +330,6 @@ protected:
sal_uInt16 mnCols;
sal_uInt16 mnFirstLine;
sal_uInt16 mnSpacing;
bool mbScroll : 1;
bool mbIsTransientChildrenDisabled : 1;
bool mbHasVisibleItems : 1;

View File

@@ -150,7 +150,6 @@ void ThumbnailView::ImplInit()
mnFineness = 5;
mnFirstLine = 0;
mnCols = 0;
mnSpacing = 0;
mbScroll = false;
mbHasVisibleItems = false;
mbShowTooltips = false;