Fixed: artifact of read-only support.
This commit is contained in:
parent
a74a99137d
commit
b68d19e03d
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue