This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 495a701 Remove unused timeout option from GUI for startup properties 495a701 is described below commit 495a701a2bf5d542596f190f515160d673918898 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 13 19:04:23 2019 +0100 Remove unused timeout option from GUI for startup properties --- src/native/windows/apps/prunmgr/prunmgr.h | 1 - src/native/windows/apps/prunmgr/prunmgr.rc | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/native/windows/apps/prunmgr/prunmgr.h b/src/native/windows/apps/prunmgr/prunmgr.h index 6d9b273..78ee0a8 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.h +++ b/src/native/windows/apps/prunmgr/prunmgr.h @@ -100,7 +100,6 @@ #define IDC_PPRBWPATH 2685 #define IDC_PPRMETHOD 2686 #define IDC_PPRARGS 2687 -#define IDC_PPRTIMEOUT 2688 #define IDC_PPRMODE 2689 #define IDD_PROPPAGE_STOP 2700 diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc b/src/native/windows/apps/prunmgr/prunmgr.rc index dcfeea0..eeb5195 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.rc +++ b/src/native/windows/apps/prunmgr/prunmgr.rc @@ -195,9 +195,6 @@ LTEXT "&Class: ",IDC_STATIC,10,8,50,8 LTEXT "&Arguments: ",IDC_STATIC,10,115,50,8 EDITTEXT IDC_PPRARGS,70,114,180,30,ES_MULTILINE | ES_AUTOHSCROLL | ES_WANTRETURN | WS_VSCROLL - LTEXT "&Timeout: ",IDC_STATIC,10,150,50,8 - EDITTEXT IDC_PPRTIMEOUT,70,149,100,12,ES_AUTOHSCROLL | WS_DISABLED - LTEXT "sec.",IDC_STATIC,175,150,25,8 LTEXT "&Mode: ",IDC_STATIC,10,168,50,8 COMBOBOX IDC_PPRMODE,70,167,180,80,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP