summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nyan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nyan.c b/nyan.c
index 261c23f..ab3d300 100644
--- a/nyan.c
+++ b/nyan.c
@@ -341,8 +341,6 @@ init(void) {
if(catsize == 1)
add_cat(0, (screen->h - image_set[0]->h) / 2);
else {
- if(catsize == 1)
- stretch_images();
add_cat((screen->w - cat_img[0]->w) / 2, (screen->h - cat_img[0]->h) / 2);
}
#endif /* Xinerama */