diff options
| author | Peter Penz <[email protected]> | 2007-10-15 16:23:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-15 16:23:51 +0000 |
| commit | 2ddc27b423f37ebf42b28a34a78fe41a5b35a460 (patch) | |
| tree | 0eba6364abecb41045798344d78f950046693394 /src/dolphinstatusbar.cpp | |
| parent | d059b705a9b50572537cb938b3f593de0d305f9a (diff) | |
minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=725523
Diffstat (limited to 'src/dolphinstatusbar.cpp')
| -rw-r--r-- | src/dolphinstatusbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index a6bc03224..9a2ccb040 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -180,7 +180,6 @@ void DolphinStatusBar::showSpaceInfo() // The space information is shown currently. Hide it // if the progress bar is visible or if the status bar // text does not fit into the available width. - const QSize size(m_progressBar->sizeHint()); if (isProgressBarVisible || (widthGap > 0)) { m_spaceInfo->hide(); } |
