mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23: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 {
|
pub inline fn domImplementationCreateHTMLDocument(title: ?[]const u8) *Document {
|
||||||
_ = title;
|
|
||||||
var doc: ?*Document = undefined;
|
var doc: ?*Document = undefined;
|
||||||
_ = c.dom_implementation_create_document(
|
_ = c.dom_implementation_create_document(
|
||||||
c.DOM_IMPLEMENTATION_HTML,
|
c.DOM_IMPLEMENTATION_HTML,
|
||||||
@@ -871,6 +870,7 @@ pub inline fn domImplementationCreateHTMLDocument(title: ?[]const u8) *Document
|
|||||||
&doc,
|
&doc,
|
||||||
);
|
);
|
||||||
// TODO set title
|
// TODO set title
|
||||||
|
_ = title;
|
||||||
return doc.?;
|
return doc.?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user