mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
move unsued along with TODO
Co-authored-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -859,7 +859,6 @@ pub inline fn domImplementationCreateDocumentType(qname: [:0]const u8, publicId:
|
||||
}
|
||||
|
||||
pub inline fn domImplementationCreateHTMLDocument(title: ?[]const u8) *Document {
|
||||
_ = title;
|
||||
var doc: ?*Document = undefined;
|
||||
_ = c.dom_implementation_create_document(
|
||||
c.DOM_IMPLEMENTATION_HTML,
|
||||
@@ -871,6 +870,7 @@ pub inline fn domImplementationCreateHTMLDocument(title: ?[]const u8) *Document
|
||||
&doc,
|
||||
);
|
||||
// TODO set title
|
||||
_ = title;
|
||||
return doc.?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user