From a88827cf901f7d8d70c6c09907232042c357e477 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 30 Mar 2007 15:47:15 +0000 Subject: cosmetic changes git-svn-id: http://dzen.googlecode.com/svn/trunk@9 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dzen.h') diff --git a/dzen.h b/dzen.h index 1f1e2c6..e0904c2 100644 --- a/dzen.h +++ b/dzen.h @@ -72,7 +72,6 @@ struct SW { /* TODO: Remove unused variables */ struct DZEN { int x, y, w, h; - int sx, sy, sw, sh; Bool running; unsigned long norm[ColLast]; @@ -95,7 +94,7 @@ struct DZEN { Fnt font; /* position */ - int hx, hy, hw; + int hy, hw; int cur_line; pthread_t read_thread; -- cgit v1.2.3-54-g00ecf