diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2015-12-24 18:34:04 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2015-12-24 18:34:04 +0100 |
commit | 6916a555c336938e1657cf5aad3059b4e4c59b7a (patch) | |
tree | 054f6a03e188f53cccafc90d7d100b26c7456e1a /include/greet.h | |
parent | fe28bc4657b22102d1ce35837553846b8026e8a0 (diff) |
Remove X server ping code, only used for remote servers.
Diffstat (limited to 'include/greet.h')
-rw-r--r-- | include/greet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/greet.h b/include/greet.h index 81f4537..55ffa6b 100644 --- a/include/greet.h +++ b/include/greet.h @@ -52,8 +52,6 @@ from The Open Group. #endif struct dlfuncs { - int (*_PingServer)(struct display *d, Display *alternateDpy); - void (*_SessionPingFailed)(struct display *d); void (*_Debug)(const char * fmt, ...); void (*_RegisterCloseOnFork)(int fd); void (*_SecureDisplay)(struct display *d, Display *dpy); |