aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe/libqpe-opie/unbreak-logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libqpe/libqpe-opie/unbreak-logging.patch')
-rw-r--r--recipes/libqpe/libqpe-opie/unbreak-logging.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/libqpe/libqpe-opie/unbreak-logging.patch b/recipes/libqpe/libqpe-opie/unbreak-logging.patch
deleted file mode 100644
index fedd73be35..0000000000
--- a/recipes/libqpe/libqpe-opie/unbreak-logging.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- library/qpeapplication.cpp.org 2007-01-24 19:54:07.000000000 +0000
-+++ library/qpeapplication.cpp 2007-05-03 03:34:10.000000000 +0000
-@@ -792,14 +792,14 @@
- {
- switch ( type ) {
- case QtDebugMsg:
--#ifdef QT_DEBUG
-+//#ifdef QT_DEBUG
- fprintf( stderr, "Debug: %s\n", msg );
--#endif
-+//#endif
- break;
- case QtWarningMsg:
--#ifdef QT_DEBUG
-+//#ifdef QT_DEBUG
- fprintf( stderr, "Warning: %s\n", msg );
--#endif
-+//#endif
- break;
- case QtFatalMsg:
- fprintf( stderr, "Fatal: %s\n", msg );