]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
Remove obsolete SR_INPUT_META_MIMETYPE metadata key.
[libsigrok.git] / src / libsigrok-internal.h
index 0e516e935e4070b4dee441377bc8dd8871a4f52b..4f44b53b70c6a871f9aa6f435c9a6bf8ba152b1f 100644 (file)
@@ -223,8 +223,6 @@ enum sr_input_meta_keys {
        SR_INPUT_META_FILESIZE = 0x02,
        /** The first 128 bytes of the file, provided as a GString. */
        SR_INPUT_META_HEADER = 0x04,
-       /** The file's MIME type. */
-       SR_INPUT_META_MIMETYPE = 0x08,
 
        /** The module cannot identify a file without this metadata. */
        SR_INPUT_META_REQUIRED = 0x80,
@@ -280,7 +278,6 @@ struct sr_input_module {
         *   SR_INPUT_META_FILENAME
         *   SR_INPUT_META_FILESIZE
         *   SR_INPUT_META_HEADER
-        *   SR_INPUT_META_MIMETYPE
         *
         * If the high bit (SR_INPUT META_REQUIRED) is set, the module cannot
         * identify a stream without the given metadata.