Remove REMOVE_UNUSED_ARG option from setup.h files.

This identifier wasn't used anywhere as WXUNUSED() is always defined as
nothing for all compilers since quite some time.

Also moved wxUSE_IOSTREAMH together with the other wxUSE_STD_XXX options and
removed the "compiler (mis)features" section which became empty after doing
this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-03-30 14:16:25 +00:00
parent cee8636e94
commit 02f170d7be
10 changed files with 90 additions and 191 deletions

View File

@@ -594,8 +594,6 @@ typedef pid_t GPid;
#define wxUSE_SVG 1
#define REMOVE_UNUSED_ARG 1
#define wxUSE_IOSTREAMH 1