diff options
Diffstat (limited to 'graphics/pixieplus/files/patch-warnings')
-rw-r--r-- | graphics/pixieplus/files/patch-warnings | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/pixieplus/files/patch-warnings b/graphics/pixieplus/files/patch-warnings deleted file mode 100644 index 6aa614382964..000000000000 --- a/graphics/pixieplus/files/patch-warnings +++ /dev/null @@ -1,27 +0,0 @@ ---- app/htmlexport.cpp 2004-05-22 10:02:26.000000000 -0400 -+++ app/htmlexport.cpp 2007-11-08 08:59:28.000000000 -0500 -@@ -26,6 +26,4 @@ - pages = (int)ceil(((float)fileList.count())/imagesPerPage); - -- qWarning("Total images: %d, images per page %d, pages: %d", -- fileList.count(), imagesPerPage, pages); - - it = fileList.begin(); ---- app/browser.cpp 2004-05-22 10:02:26.000000000 -0400 -+++ app/browser.cpp 2007-11-08 09:05:39.000000000 -0500 -@@ -2013,5 +2013,4 @@ - p.begin(tmpIconPix); - -- qWarning("KIO handlers: %d", kioHandlers->count()); - if(kioHandlers->count()){ - QStringList::Iterator it; ---- mimetypes/Makefile.in 2004-05-23 07:00:55.000000000 -0400 -+++ mimetypes/Makefile.in 2007-11-08 09:32:52.000000000 -0500 -@@ -276,6 +276,5 @@ - xdg_menudir = @xdg_menudir@ - --mime_DATA = x-pcx.desktop x-xwd.desktop x-miff.desktop x-tga.desktop \ -- x-pict.desktop -+mime_DATA = x-xwd.desktop x-miff.desktop x-pict.desktop - - |