aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h3
1 files changed, 1 insertions, 2 deletions
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;