summaryrefslogtreecommitdiff
path: root/src/login/logind.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-08-23 11:17:14 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-23 11:17:14 +0200
commit16e56d9f1ae28f17cf360a6daaab668b6cd66e61 (patch)
tree7aa08ddb30fcf6ff31ddc2bdb8a5bf612a76fbca /src/login/logind.h
parentb1d35da9e405abaab2ff540baf2e54087f92e881 (diff)
Remove support for auto-spawning VTs
Auto-spawning VTs requires systemd in practice. If you're using systemd you can just use its logind :)
Diffstat (limited to 'src/login/logind.h')
-rw-r--r--src/login/logind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/login/logind.h b/src/login/logind.h
index 4781688f0a..486278c772 100644
--- a/src/login/logind.h
+++ b/src/login/logind.h
@@ -65,11 +65,6 @@ struct Manager {
int console_active_fd;
- unsigned n_autovts;
-
- unsigned reserve_vt;
- int reserve_vt_fd;
-
Seat *seat0;
char **kill_only_users, **kill_exclude_users;
@@ -140,7 +135,6 @@ int manager_process_button_device(Manager *m, struct udev_device *d);
int manager_startup(Manager *m);
int manager_run(Manager *m);
-int manager_spawn_autovt(Manager *m, unsigned int vtnr);
void manager_gc(Manager *m, bool drop_not_started);