diff mcabber/src/screen.c @ 1665:1a4890514eb9

Clean up some dead assignments/dead variables
author Ulrich Spörlein
date Tue, 02 Feb 2010 19:44:39 +0100
parents dcb0b4522ded
children
line wrap: on
line diff
--- a/mcabber/src/screen.c	Sat Jan 30 17:54:58 2010 +0200
+++ b/mcabber/src/screen.c	Tue Feb 02 19:44:39 2010 +0100
@@ -1067,14 +1067,12 @@
 static void scr_UpdateWindow(winbuf *win_entry)
 {
   int n;
-  int width;
   guint prefixwidth;
   char pref[96];
   hbb_line **lines, *line;
   GList *hbuf_head;
   int color;
 
-  width = getmaxx(win_entry->win);
   prefixwidth = scr_getprefixwidth();
   prefixwidth = MIN(prefixwidth, sizeof pref);