From e33e10f5643a2fb5c640667939e4139bf7b580e2 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 22 Feb 2005 22:33:23 +0000 Subject: No special (2nd) lookup for the inline pictures. This saves additional seeks. people not having defined LIBQPE_... will not notice a different as we still default to inline pictures --- (limited to 'library') diff --git a/library/resource.cpp b/library/resource.cpp index f6b548d..a093e2f 100644 --- a/library/resource.cpp +++ b/library/resource.cpp @@ -166,13 +166,6 @@ static QImage load_image(const QString &name) #ifndef LIBQPE_NO_INLINE_IMAGES img = qembed_findImage(name.latin1()); -#else - QString f = Resource::findPixmap( "/inline/" + name ); - if ( !f.isEmpty() ) - { - img.load(f); - return img; - } #endif if ( img.isNull() ) { -- cgit v0.9.0.2