diff options
Diffstat (limited to 'common/exechelp.h')
-rw-r--r-- | common/exechelp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/exechelp.h b/common/exechelp.h index 398ef5d07..0370b23a4 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -81,7 +81,6 @@ struct spawn_cb_arg; struct spawn_cb_arg { HANDLE hd[3]; HANDLE *inherit_hds; - BOOL ask_inherit; BOOL allow_foreground_window; void *arg; }; |