From 5909f43e922a066637127e48c2e3d99685e4871a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 19 Feb 2005 18:09:40 +0000 Subject: back out an unintentionally commited change --- (limited to 'library') diff --git a/library/resource.cpp b/library/resource.cpp index 3b5e9ec..92d4b60 100644 --- a/library/resource.cpp +++ b/library/resource.cpp @@ -108,17 +108,6 @@ QString Resource::findPixmap( const QString &pix ) if ( QFile( f ).exists() ) return f; -#ifdef LIBQPE_NO_INLINE_IMAGES - QString picsPathInline = picsPath + "inline/"; - // Common case optimizations... - f = picsPathInline + pix + ".png"; - if ( QFile( f ).exists() ) - return f; - f = picsPathInline + pix + ".xpm"; - if ( QFile( f ).exists() ) - return f; -#endif - // All formats... QStrList fileFormats = QImageIO::inputFormats(); QString ff = fileFormats.first(); -- cgit v0.9.0.2