From aee668e72bcdb5abdf67152b08ef06365c08cfb1 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 2 Dec 1999 19:27:13 +0000 Subject: [PATCH] Lost a couple of mangy old globals ;) SVN revision: 1480 --- api/epplet.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/epplet.c b/api/epplet.c index c685416..d40717f 100644 --- a/api/epplet.c +++ b/api/epplet.c @@ -25,8 +25,6 @@ static Window my_win = 0; static Window root = 0; static ETimer *q_first = NULL; static XContext xid_context = 0; -static int win_w = 0; -static int win_h = 0; static char win_vert = 0; static char *conf_dir = NULL; @@ -311,8 +309,6 @@ Epplet_Init(char *name, XChangeProperty(disp, win, a, XA_CARDINAL, 32, PropModeReplace, (unsigned char *)&val, 1); win_vert = vertical; - win_w = w; - win_h = h; win_name = epplet_name; win_version = version; win_info = info;