removed code defining NO_GCC_PRAGMA, we shouldn't need it any longer (alternatively, if user code requires it, we should always define it, but we still don't need any tests in configure)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-24 11:25:07 +00:00
parent 6459a506bb
commit 254e8e2913
3 changed files with 12 additions and 249 deletions

View File

@@ -2,6 +2,13 @@
wxWidgets Change Log - For more verbose changes, see the manual
---------------------------------------------------------------
2.7.0
-----
Unix:
- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it
2.6.2
-----