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
3d42a0ee
Commit
3d42a0ee
authored
May 19, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
May 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove unused function.
parent
cca1854e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
txtrange.c
dlls/mshtml/txtrange.c
+0
-5
No files found.
dlls/mshtml/txtrange.c
View file @
3d42a0ee
...
@@ -202,11 +202,6 @@ static void wstrbuf_append_len(wstrbuf_t *buf, LPCWSTR str, int len)
...
@@ -202,11 +202,6 @@ static void wstrbuf_append_len(wstrbuf_t *buf, LPCWSTR str, int len)
buf
->
buf
[
buf
->
len
]
=
0
;
buf
->
buf
[
buf
->
len
]
=
0
;
}
}
static
inline
void
wstrbuf_append
(
wstrbuf_t
*
buf
,
LPCWSTR
str
)
{
wstrbuf_append_len
(
buf
,
str
,
strlenW
(
str
));
}
static
void
wstrbuf_append_nodetxt
(
wstrbuf_t
*
buf
,
LPCWSTR
str
,
int
len
)
static
void
wstrbuf_append_nodetxt
(
wstrbuf_t
*
buf
,
LPCWSTR
str
,
int
len
)
{
{
const
WCHAR
*
s
=
str
;
const
WCHAR
*
s
=
str
;
...
...
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