Fixed: artifact of read-only support.

This commit is contained in:
alqualos 2005-07-08 19:59:05 +00:00
parent a74a99137d
commit b68d19e03d

View file

@ -81,7 +81,6 @@ class QuaZip {
unzip.c. */
};
/// Open mode of the ZIP file.
/** Currently only mdNotOpen and mdUnzip modes are used. */
enum Mode {
mdNotOpen, ///< ZIP file is not open. This is the initial mode.
mdUnzip, ///< ZIP file is open for reading files inside it.