Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3b5aef66
Commit
3b5aef66
authored
Sep 22, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove unused functions.
parent
3d32cb9c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
htmltable.c
dlls/mshtml/htmltable.c
+0
-15
No files found.
dlls/mshtml/htmltable.c
View file @
3b5aef66
...
...
@@ -441,11 +441,6 @@ static const IHTMLTableCellVtbl HTMLTableCellVtbl = {
HTMLTableCell_get_cellIndex
};
static
inline
HTMLTableCell
*
HTMLTableCell_from_HTMLDOMNode
(
HTMLDOMNode
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTableCell
,
element
.
node
);
}
static
inline
HTMLTableCell
*
HTMLTableCell_from_DispatchEx
(
DispatchEx
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTableCell
,
element
.
node
.
event_target
.
dispex
);
...
...
@@ -871,11 +866,6 @@ static const IHTMLTableRowVtbl HTMLTableRowVtbl = {
HTMLTableRow_deleteCell
};
static
inline
HTMLTableRow
*
HTMLTableRow_from_HTMLDOMNode
(
HTMLDOMNode
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTableRow
,
element
.
node
);
}
static
inline
HTMLTableRow
*
HTMLTableRow_from_DispatchEx
(
DispatchEx
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTableRow
,
element
.
node
.
event_target
.
dispex
);
...
...
@@ -1875,11 +1865,6 @@ static const IHTMLTable3Vtbl HTMLTable3Vtbl = {
HTMLTable3_get_summary
};
static
inline
HTMLTable
*
impl_from_HTMLDOMNode
(
HTMLDOMNode
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTable
,
element
.
node
);
}
static
inline
HTMLTable
*
impl_from_DispatchEx
(
DispatchEx
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
HTMLTable
,
element
.
node
.
event_target
.
dispex
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment