diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index f4069542..4bc47b93 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -646,18 +646,15 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList * texture, int width, int case 'T': image = RMakeTiledImage(timage, width, height); RReleaseImage(timage); - timage = image; break; case 'C': image = RMakeCenteredImage(timage, width, height, &color); RReleaseImage(timage); - timage = image; break; case 'S': case 'M': image = RScaleImage(timage, width, height); RReleaseImage(timage); - timage = image; break; } }