Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2b3c5d61
Commit
2b3c5d61
authored
Nov 21, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Nov 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Remove unused code (Clang).
parent
5ddc53f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
bidi.c
dlls/dwrite/bidi.c
+0
-6
shape.c
dlls/dwrite/shape.c
+0
-2
No files found.
dlls/dwrite/bidi.c
View file @
2b3c5d61
...
...
@@ -513,12 +513,6 @@ static inline int get_prev_valid_char_from_run(IsolatedRun *run, int index)
return
index
;
}
static
inline
int
iso_previousChar
(
IsolatedRun
*
run
,
int
index
)
{
if
(
index
<=
0
)
return
-
1
;
return
index
--
;
}
static
inline
void
iso_dump_types
(
const
char
*
header
,
IsolatedRun
*
run
)
{
int
i
,
len
=
0
;
...
...
dlls/dwrite/shape.c
View file @
2b3c5d61
...
...
@@ -23,8 +23,6 @@
#include "dwrite_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dwrite
);
struct
scriptshaping_cache
{
IDWriteFontFace
*
fontface
;
...
...
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