From 637b4e5fc0ddb5db17b09778567cbad373d36beb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 May 2019 10:37:45 +0100 Subject: CSS: Update for change to libcss imported sheet API. The media is not exposed and sent back into libcss now. Signed-off-by: Michael Drake --- content/handlers/css/css.h | 1 - 1 file changed, 1 deletion(-) (limited to 'content/handlers/css/css.h') diff --git a/content/handlers/css/css.h b/content/handlers/css/css.h index 4b38829f0..5e2b64a38 100644 --- a/content/handlers/css/css.h +++ b/content/handlers/css/css.h @@ -32,7 +32,6 @@ struct hlcache_handle; */ struct nscss_import { struct hlcache_handle *c; /**< Content containing sheet */ - uint64_t media; /**< Media types that sheet applies to */ }; /** -- cgit v1.2.3