Remove dependency of wxUSE_SOCKETS on wxUSE_STOPWATCH
It isn't actually needed, so don't check for it in wx/chkconf.h and remove the comment claiming that it is from various setup.h files. Closes #23609.
This commit is contained in:
parent
b9d0541f9a
commit
567a66aac2
7 changed files with 6 additions and 15 deletions
|
|
@ -439,7 +439,7 @@
|
|||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1 (needed by wxSocket)
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_STOPWATCH 1
|
||||
|
||||
// Set wxUSE_FSWATCHER to 1 if you want to enable wxFileSystemWatcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue