diff -r 25a739ee40f4 -r cc75c76972ee src/gui/kernel/qapplication_s60.cpp --- a/src/gui/kernel/qapplication_s60.cpp Wed Apr 21 11:15:19 2010 +0300 +++ b/src/gui/kernel/qapplication_s60.cpp Wed Apr 21 12:15:23 2010 +0300 @@ -73,7 +73,6 @@ # endif # include # include -# include "qs60mainappui.h" #endif #include "private/qstylesheetstyle_p.h" @@ -535,14 +534,6 @@ sendMouseEvent(receiver, type, globalPos, button, modifiers); } -#ifdef Q_WS_S60 -void QSymbianControl::HandleStatusPaneSizeChange() -{ - QS60MainAppUi *s60AppUi = static_cast(S60->appUi()); - s60AppUi->HandleStatusPaneSizeChange(); -} -#endif - void QSymbianControl::sendMouseEvent( QWidget *receiver, QEvent::Type type,