mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
netsurf: remove useless alias
This commit is contained in:
@@ -356,10 +356,6 @@ pub const NodeType = enum(u4) {
|
|||||||
// NodeList
|
// NodeList
|
||||||
pub const NodeList = c.dom_nodelist;
|
pub const NodeList = c.dom_nodelist;
|
||||||
|
|
||||||
pub const NodeListType = enum(c_uint) {
|
|
||||||
query = 5,
|
|
||||||
};
|
|
||||||
|
|
||||||
pub fn nodeListLength(nodeList: *NodeList) !u32 {
|
pub fn nodeListLength(nodeList: *NodeList) !u32 {
|
||||||
var ln: u32 = undefined;
|
var ln: u32 = undefined;
|
||||||
const err = c.dom_nodelist_get_length(nodeList, &ln);
|
const err = c.dom_nodelist_get_length(nodeList, &ln);
|
||||||
|
|||||||
Reference in New Issue
Block a user