From ff08ba81efbc0e2dcb3907f576ff4f078f2b7438 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 26 Mar 2003 10:02:13 +0000 Subject: - Kommando zurueck :) --- (limited to 'library/qpeapplication.h') diff --git a/library/qpeapplication.h b/library/qpeapplication.h index 82954d0..4c37ea6 100644 --- a/library/qpeapplication.h +++ b/library/qpeapplication.h @@ -165,11 +165,6 @@ enum Transformation { Rot0, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws inline void QPEApplication::setCurrentRotation( int r ) { - if ( qApp->type() != GuiServer ) { - QCopEnvelope e( "QPE/System", "setCurrentRotation(int)" ); - e << r; - return; - } Transformation e; switch (r) { -- cgit v0.9.0.2