X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..683df83d51c0f080e2e5210dc8115be0cb30d1ad:/interface/wx/archive.h?ds=sidebyside 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