From 1c2862e8d130fac1279e293a9fe9992f3fe91591 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Apr 2013 10:24:57 +0200 Subject: Remove residue of undocumented "edition" feature ...whereby some branding could be orverridden with information from a program/edition/ directory. Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91 --- desktop/unx/source/splashx.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'desktop/unx/source') diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index 2f7d548a9189..b957a658bbee 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -610,16 +610,6 @@ static void splash_load_image( struct splash* splash, rtl_uString* pUAppPath ) pSuffix = pBuffer + pAppPath->length; rtl_string_release( pAppPath ); - strcpy (pSuffix, "edition/intro"); - strcat (pSuffix, pLocale); - strcat (pSuffix, IMG_SUFFIX); - if ( splash_load_bmp( splash, pBuffer ) ) - goto cleanup; - - strcpy (pSuffix, "edition/intro" IMG_SUFFIX); - if ( splash_load_bmp( splash, pBuffer ) ) - goto cleanup; - strcpy (pSuffix, "intro"); strcat (pSuffix, pLocale); strcat (pSuffix, IMG_SUFFIX); -- cgit