]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/archive.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / archive.h
index 55b4d819961b92ea7d394b9de1a03742a1887cac..0b650ae43d410d737c371ddf9aef185c53d0e0fa 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        archive.h
 // Purpose:     interface of wxArchive* classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -300,16 +299,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