From 11e5ed4f1b83f98b31c44e5367a14e07017a3d5a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 24 Nov 2011 01:37:45 +0000 Subject: [PATCH] The wxStreamProtocolType enum is multiply defined, remove one of them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/archive.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/interface/wx/archive.h b/interface/wx/archive.h index 55b4d81996..bc67f60c73 100644 --- a/interface/wx/archive.h +++ b/interface/wx/archive.h @@ -300,16 +300,6 @@ public: }; -/** - Type of stream enumeration; used by wxArchiveClassFactory methods. -*/ -enum wxStreamProtocolType -{ - wxSTREAM_PROTOCOL, //!< wxFileSystem protocol (should be only one) - wxSTREAM_MIMETYPE, //!< MIME types the stream handles - wxSTREAM_ENCODING, //!< Not used for archives - wxSTREAM_FILEEXT //!< File extensions the stream handles -}; /** @class wxArchiveClassFactory