summaryrefslogtreecommitdiff
path: root/include/dm.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-02 14:35:29 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-02 14:35:29 +0100
commitddfabe7c243618e44ef726f9e1c21bf374ab3341 (patch)
tree545f6ad8e7991bc8df6d98fc4c110266d1869522 /include/dm.h
parentd70cc40b31167754ff9d0a3f44a30fa730b4ead6 (diff)
remove 'willing' resource
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dm.h b/include/dm.h
index 17042e6..e9fc0e6 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -171,8 +171,6 @@ struct display {
int version; /* to keep dynamic greeter clued in */
/* add new fields only after here. And preferably at the end. */
- /* Hack for making "Willing to manage" configurable */
- char *willing; /* "Willing to manage" program */
Display *dpy; /* Display */
char *windowPath; /* path to server "window" */
};
@@ -249,7 +247,6 @@ extern int removeDomainname;
extern char *keyFile;
extern char **exportList;
extern char *greeterLib;
-extern char *willing;
extern int choiceTimeout; /* chooser choice timeout */
extern struct display *FindDisplayByName (char *name),