]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
wimlib.h: remove old PACK_STREAMS alias for SOLID
[wimlib] / include / wimlib.h
index de725935b46e576387166e37f459d950d4e492e3..4279ac21a0a31a90cd230009a89b10cb7b8cf13d 100644 (file)
@@ -2234,12 +2234,6 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
  */
 #define WIMLIB_WRITE_FLAG_SOLID                                0x00001000
 
-/**
- * Deprecated: this is the old name for ::WIMLIB_WRITE_FLAG_SOLID, retained for
- * source compatibility.
- */
-#define WIMLIB_WRITE_FLAG_PACK_STREAMS                 WIMLIB_WRITE_FLAG_SOLID
-
 /**
  * Send ::WIMLIB_PROGRESS_MSG_DONE_WITH_FILE messages while writing the WIM
  * file.  This is only needed in the unusual case that the library user needs to