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:
Brian Nixon 2023-06-05 09:39:59 +01:00 committed by Vadim Zeitlin
parent b9d0541f9a
commit 567a66aac2
7 changed files with 6 additions and 15 deletions

View file

@ -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