summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--library/qpeapplication.cpp2
-rw-r--r--library/qpeapplication.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index f5bf0c5..7463074 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -1069,3 +1069,2 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data
else if ( msg == "setCurrentRotation(int)" ) {
- if ( type() == GuiServer ) {
int r;
@@ -1074,3 +1073,2 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data
}
- }
else if ( msg == "shutdown()" ) {
diff --git a/library/qpeapplication.h b/library/qpeapplication.h
index 82954d0..4c37ea6 100644
--- a/library/qpeapplication.h
+++ b/library/qpeapplication.h
@@ -167,7 +167,2 @@ inline void QPEApplication::setCurrentRotation( int r )
{
- if ( qApp->type() != GuiServer ) {
- QCopEnvelope e( "QPE/System", "setCurrentRotation(int)" );
- e << r;
- return;
- }
Transformation e;