From: Julian Smart Date: Sat, 19 Aug 2006 08:45:31 +0000 (+0000) Subject: Shouldn't need to repeat the extern X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4bded47deaa59bdeb0b704711090eb85ae7807ea Shouldn't need to repeat the extern git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index 6549a4ae5f..ac7b30fb30 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -35,9 +35,6 @@ #include "wx/dir.h" #include "wx/filename.h" -// error code of wxFileName::GetSize() -extern wxULongLong wxInvalidSize; - // ============================================================================ // implementation // ============================================================================