diff options
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); |