three times in a row

Signed-off-by: Amadeusz Sławiński <[email protected]>
---
 WPrefs.app/Appearance.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c
index 12ee13c..b265b98 100644
--- a/WPrefs.app/Appearance.c
+++ b/WPrefs.app/Appearance.c
@@ -647,18 +647,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;
                        }
 
-- 
1.9.3


-- 
To unsubscribe, send mail to [email protected].

Reply via email to