src/gui/kernel/qapplication_s60.cpp
branchRCL_3
changeset 13 cc75c76972ee
parent 12 25a739ee40f4
child 14 c0432d11811c
--- 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 <private/qs60mainapplication_p.h>
 # include <centralrepository.h>
-# 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<QS60MainAppUi *>(S60->appUi());
-    s60AppUi->HandleStatusPaneSizeChange();
-}
-#endif
-
 void QSymbianControl::sendMouseEvent(
         QWidget *receiver,
         QEvent::Type type,