summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--library/resource.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/resource.cpp b/library/resource.cpp
index 92d4b60..f6b548d 100644
--- a/library/resource.cpp
+++ b/library/resource.cpp
@@ -37,4 +37,2 @@ namespace {
37 37
38static bool g_notUseSet = ::getenv("OVERWRITE_ICON_SET");
39
40/*! 38/*!
@@ -168,14 +166,2 @@ static QImage load_image(const QString &name)
168 166
169 if (g_notUseSet ) {
170 // try file
171 QString f = Resource::findPixmap(name);
172 if ( !f.isEmpty() )
173 img.load(f);
174#ifndef LIBQPE_NO_INLINE_IMAGES
175 if (img.isNull() )
176 img = qembed_findImage(name.latin1() );
177#endif
178 return img;
179 }
180 else{
181#ifndef LIBQPE_NO_INLINE_IMAGES 167#ifndef LIBQPE_NO_INLINE_IMAGES
@@ -199,3 +185,2 @@ static QImage load_image(const QString &name)
199 } 185 }
200}
201 186