From 2ddc27b423f37ebf42b28a34a78fe41a5b35a460 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 15 Oct 2007 16:23:51 +0000 Subject: minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=725523 --- src/dolphinstatusbar.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dolphinstatusbar.cpp') 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(); } -- cgit v1.3