summaryrefslogtreecommitdiff
path: root/dmenu/dmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/dmenu.c')
-rw-r--r--dmenu/dmenu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dmenu/dmenu.c b/dmenu/dmenu.c
index 9c67296..1fd4f34 100644
--- a/dmenu/dmenu.c
+++ b/dmenu/dmenu.c
@@ -55,10 +55,6 @@ typedef struct {
static char text[BUFSIZ] = "";
static char *embed;
static int bh, mw, mh;
-static int dmx = 6; /* put dmenu at this x offset */
-static int dmy = 6; /* put dmenu at this y offset (measured from the bottom if
- topbar is 0) */
-static unsigned int dmw = 0; /* make dmenu this wide */
static int inputw = 0, promptw, passwd = 0;
static int lrpad; /* sum of left and right padding */
static int reject_no_match = 0;