summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-11-24 20:45:21 +0000
committerColin Watson <cjwatson@debian.org>2015-11-24 20:49:53 +0000
commit1d6c1c2b9f5e85070c9c12442a140f592ebc0064 (patch)
tree298b8a4b9b7bd25c92dd9dcd9c6df65791a6a3da /monitor_wrap.h
parentc1f965684b54bed51e8cb1e7a2f3d2003d64d341 (diff)
parent11ff24a98751edfc86ef0eed102f840eaa50d4e1 (diff)
Drop ConsoleKit session registration patch; it was only ever enabled for Ubuntu, which no longer needs it (LP: #1334916, #1502045).
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index 682939215..57e740f89 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -108,8 +108,4 @@ int mm_skey_respond(void *, u_int, char **);
108/* zlib allocation hooks */ 108/* zlib allocation hooks */
109void mm_init_compression(struct mm_master *); 109void mm_init_compression(struct mm_master *);
110 110
111#ifdef USE_CONSOLEKIT
112char *mm_consolekit_register(struct Session *, const char *);
113#endif /* USE_CONSOLEKIT */
114
115#endif /* _MM_WRAP_H_ */ 111#endif /* _MM_WRAP_H_ */