From: Eric Biggers Date: Sun, 17 Jan 2016 23:06:07 +0000 (-0600) Subject: wimlib.h: remove old PACK_STREAMS alias for SOLID X-Git-Tag: v1.9.0~16 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=0c63eed44b5bdd46f98a29169c7b3d57732f41fd;ds=sidebyside wimlib.h: remove old PACK_STREAMS alias for SOLID --- diff --git a/include/wimlib.h b/include/wimlib.h index de725935..4279ac21 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -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