From 87e9a4186a96aac77aa0b102960e889c71ceaf47 Mon Sep 17 00:00:00 2001 From: John Anthony Date: Mon, 2 Jan 2012 00:54:58 +0000 Subject: removed superfluous if statement (credit: auREAX) --- nyan.c | 2 -- 1 file changed, 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 */ -- cgit v1.2.3