From 18f9c49f0a3e2d78e1fdb9eef3eccdedcfaea991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Sun, 18 May 2014 13:32:49 +0200 Subject: [PATCH] WINGs: Value stored to 'fh'|'fy' is never read MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- WINGs/wframe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/WINGs/wframe.c b/WINGs/wframe.c index 38547e73..336f8396 100644 --- a/WINGs/wframe.c +++ b/WINGs/wframe.c @@ -82,9 +82,6 @@ static void paintFrame(Frame * fPtr) tlen = 0; } - fh = view->size.height; - fy = 0; - switch (fPtr->flags.titlePosition) { case WTPAboveTop: ty = 0;