Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-06-08 14:32:16 +00:00
parent ec4b529041
commit 963ad140d0
4 changed files with 1 additions and 18 deletions

View File

@@ -56,11 +56,6 @@
#include "wx/log.h"
// No, Cygwin doesn't appear to have fnmatch.h after all.
#if defined(HAVE_FNMATCH_H)
#include "fnmatch.h"
#endif
#ifdef __WINDOWS__
#include "wx/msw/private.h"
#include "wx/msw/mslu.h"