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
d30629ff
Commit
d30629ff
authored
Apr 24, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Apr 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36: Remove variable nul which is not really used from D3DXVector4Test.
parent
f6a79921
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
math.c
dlls/d3dx9_36/tests/math.c
+1
-2
No files found.
dlls/d3dx9_36/tests/math.c
View file @
d30629ff
...
...
@@ -1308,13 +1308,12 @@ static void D3DXVector3Test(void)
static
void
D3DXVector4Test
(
void
)
{
D3DXVECTOR4
expectedvec
,
gotvec
,
nul
,
u
,
v
,
w
,
x
;
D3DXVECTOR4
expectedvec
,
gotvec
,
u
,
v
,
w
,
x
;
LPD3DXVECTOR4
funcpointer
;
D3DXVECTOR4
expectedtrans
,
gottrans
;
D3DXMATRIX
mat
;
FLOAT
coeff1
,
coeff2
,
expected
,
got
,
scale
;
nul
.
x
=
0
.
0
f
;
nul
.
y
=
0
.
0
f
;
nul
.
z
=
0
.
0
f
;
nul
.
w
=
0
.
0
f
;
u
.
x
=
1
.
0
f
;
u
.
y
=
2
.
0
f
;
u
.
z
=
4
.
0
f
;
u
.
w
=
10
.
0
;
v
.
x
=
-
3
.
0
f
;
v
.
y
=
4
.
0
f
;
v
.
z
=
-
5
.
0
f
;
v
.
w
=
7
.
0
;
w
.
x
=
4
.
0
f
;
w
.
y
=
6
.
0
f
;
w
.
z
=
-
2
.
0
f
;
w
.
w
=
1
.
0
f
;
...
...
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