remove mime type stuff for now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

Windows's built in function for getting mime type sucks, and I don't want to have to vendor in libmagic. We'll leave this as something the user can handle themselves.
This commit is contained in:
IoI_xD 2026-07-23 00:56:13 -07:00
commit e20684f89b
5 changed files with 3 additions and 49 deletions

View file

@ -39,7 +39,6 @@ struct _MwLLCommon {
int type;
int coordinate_type;
MwBool supports_transparency;
const char** known_mime_types;
MwLLHandler handler;
};

View file

@ -63,7 +63,6 @@
#define MwNforeground "Sforeground"
#define MwNsubForeground "SsubForeground"
#define MwNtitleForeground "StitleForeground"
#define MwNacceptedMimeType "SacceptedMimeType"
#define MwNvulkanExtension "SEvulkanExtension"