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
68b22623
Commit
68b22623
authored
Jan 29, 2013
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: debug_{d3dbasis, d3ddegree}() are not used anymore so remove them.
parent
e7adf7fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
utils.c
dlls/wined3d/utils.c
+0
-23
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-2
No files found.
dlls/wined3d/utils.c
View file @
68b22623
...
...
@@ -2526,29 +2526,6 @@ const char *debug_glerror(GLenum error) {
}
}
const
char
*
debug_d3dbasis
(
enum
wined3d_basis_type
basis
)
{
switch
(
basis
)
{
case
WINED3D_BASIS_BEZIER
:
return
"WINED3D_BASIS_BEZIER"
;
case
WINED3D_BASIS_BSPLINE
:
return
"WINED3D_BASIS_BSPLINE"
;
case
WINED3D_BASIS_INTERPOLATE
:
return
"WINED3D_BASIS_INTERPOLATE"
;
default:
return
"unrecognized"
;
}
}
const
char
*
debug_d3ddegree
(
enum
wined3d_degree_type
degree
)
{
switch
(
degree
)
{
case
WINED3D_DEGREE_LINEAR
:
return
"WINED3D_DEGREE_LINEAR"
;
case
WINED3D_DEGREE_QUADRATIC
:
return
"WINED3D_DEGREE_QUADRATIC"
;
case
WINED3D_DEGREE_CUBIC
:
return
"WINED3D_DEGREE_CUBIC"
;
case
WINED3D_DEGREE_QUINTIC
:
return
"WINED3D_DEGREE_QUINTIC"
;
default:
return
"unrecognized"
;
}
}
static
const
char
*
debug_fixup_channel_source
(
enum
fixup_channel_source
source
)
{
switch
(
source
)
...
...
dlls/wined3d/wined3d_private.h
View file @
68b22623
...
...
@@ -2495,8 +2495,6 @@ const char *debug_d3dtstype(enum wined3d_transform_state tstype) DECLSPEC_HIDDEN
const
char
*
debug_d3dpool
(
enum
wined3d_pool
pool
)
DECLSPEC_HIDDEN
;
const
char
*
debug_fbostatus
(
GLenum
status
)
DECLSPEC_HIDDEN
;
const
char
*
debug_glerror
(
GLenum
error
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3dbasis
(
enum
wined3d_basis_type
basis
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3ddegree
(
enum
wined3d_degree_type
order
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3dtop
(
enum
wined3d_texture_op
d3dtop
)
DECLSPEC_HIDDEN
;
void
dump_color_fixup_desc
(
struct
color_fixup_desc
fixup
)
DECLSPEC_HIDDEN
;
const
char
*
debug_surflocation
(
DWORD
flag
)
DECLSPEC_HIDDEN
;
...
...
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