diff options
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/manager.h b/src/manager.h index dd48593d4c..e3c6db23bd 100644 --- a/src/manager.h +++ b/src/manager.h @@ -201,10 +201,8 @@ struct Manager { bool show_status; bool confirm_spawn; bool sysv_console; - - bool mount_on_plug; - bool swap_on_plug; bool mount_auto; + bool swap_auto; int n_deserializing; }; |