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
7d1203a7
Commit
7d1203a7
authored
Jan 22, 2015
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Remove an unused assignment (PVS-Studio).
parent
937146ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
usp10.c
dlls/usp10/usp10.c
+2
-3
No files found.
dlls/usp10/usp10.c
View file @
7d1203a7
...
...
@@ -1952,9 +1952,8 @@ HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString,
if
((
dwFlags
&
SSA_LINK
)
&&
!
analysis
->
glyphs
[
i
].
fallbackFont
&&
!
scriptInformation
[
analysis
->
pItem
[
i
].
a
.
eScript
].
props
.
fComplex
&&
!
analysis
->
pItem
[
i
].
a
.
fRTL
)
analysis
->
pItem
[
i
].
a
.
fNoGlyphIndex
=
TRUE
;
hr
=
ScriptShape
(
hdc
,
sc
,
&
pStr
[
analysis
->
pItem
[
i
].
iCharPos
],
cChar
,
numGlyphs
,
&
analysis
->
pItem
[
i
].
a
,
glyphs
,
pwLogClust
,
psva
,
&
numGlyphsReturned
);
ScriptShape
(
hdc
,
sc
,
&
pStr
[
analysis
->
pItem
[
i
].
iCharPos
],
cChar
,
numGlyphs
,
&
analysis
->
pItem
[
i
].
a
,
glyphs
,
pwLogClust
,
psva
,
&
numGlyphsReturned
);
hr
=
ScriptPlace
(
hdc
,
sc
,
glyphs
,
numGlyphsReturned
,
psva
,
&
analysis
->
pItem
[
i
].
a
,
piAdvance
,
pGoffset
,
abc
);
if
(
originalFont
)
...
...
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