summaryrefslogtreecommitdiff
path: root/app/xenodm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-07-09 16:52:20 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2018-07-09 16:52:20 +0000
commit394b741e8b9c78a7f7dcff00da2dd426289f5b67 (patch)
tree58625a17e90252b9db24712b366635435c34af70 /app/xenodm
parent92435684c8d23181b7bc85f3018cdc40cb0462d9 (diff)
Remove prototype for function that doesn't exist anymore in xenodom.
Diffstat (limited to 'app/xenodm')
-rw-r--r--app/xenodm/include/dm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/xenodm/include/dm.h b/app/xenodm/include/dm.h
index dd7721ca2..ce80f4f5e 100644
--- a/app/xenodm/include/dm.h
+++ b/app/xenodm/include/dm.h
@@ -233,7 +233,6 @@ extern void LoadXloginResources (struct display *d);
extern __dead void ManageSession (struct display *d);
extern void SecureDisplay (struct display *d, Display *dpy);
extern __dead void SessionExit (struct display *d, int status, int removeAuth);
-extern void SessionPingFailed (struct display *d);
extern void SetupDisplay (struct display *d);
extern void UnsecureDisplay (struct display *d, Display *dpy);
extern void execute(char **argv, char **environ);