From 0cd5da34b2a1f18ad3726f8c49bac58ae0a9b110 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 6 Jan 2002 23:11:52 +0000 Subject: [PATCH] hasSubDirs already defined in dircmn git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mgl/dir.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mgl/dir.cpp b/src/mgl/dir.cpp index b325114f1c..c290d3f89a 100644 --- a/src/mgl/dir.cpp +++ b/src/mgl/dir.cpp @@ -261,12 +261,3 @@ bool wxDir::GetNext(wxString *filename) const return M_DIR->Read(filename); } -bool wxDir::HasSubDirs(const wxString& spec) -{ - wxCHECK_MSG( IsOpened(), FALSE, _T("must wxDir::Open() first") ); - - // just try to find first directory - wxString s; - return GetFirst(&s, spec, wxDIR_DIRS | wxDIR_HIDDEN); -} - -- 2.47.2