From 172cdbd2ce755f0bd267c6721a016d180fbe4949 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 12 Sep 2005 20:51:49 +0000 Subject: packages/libqpe/libqpe-opie_1.2.1.bb: The nomax patch was included in the main opie tree. There is no need to apply it anymore. packages/libqpe/libqpe-opie/fix-nomax.patch: this patch is not needed anymore, this fix was applied upstream. --- packages/libqpe/libqpe-opie/fix-nomax.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/libqpe/libqpe-opie/fix-nomax.patch (limited to 'packages/libqpe/libqpe-opie') diff --git a/packages/libqpe/libqpe-opie/fix-nomax.patch b/packages/libqpe/libqpe-opie/fix-nomax.patch deleted file mode 100644 index a31369fcb6..0000000000 --- a/packages/libqpe/libqpe-opie/fix-nomax.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- library/widget_showing.cpp~fix-nomax -+++ library/widget_showing.cpp -@@ -52,7 +52,7 @@ - return; - } - --#ifndef OPIE_NO_WINDOWED -+#ifdef OPIE_NO_WINDOWED - Q_UNUSED( nomax ) - if ( TRUE ) { - #else -- cgit 1.2.3-korg