Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
cc39bde9
Commit
cc39bde9
authored
13 years ago
by
Henri Verbeet
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wined3d: Get rid of wined3d_volume_get_type().
parent
efc080e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/wined3d/volume.c
+0
-5
0 additions, 5 deletions
dlls/wined3d/volume.c
dlls/wined3d/wined3d.spec
+0
-1
0 additions, 1 deletion
dlls/wined3d/wined3d.spec
include/wine/wined3d.idl
+0
-1
0 additions, 1 deletion
include/wine/wined3d.idl
with
0 additions
and
7 deletions
dlls/wined3d/volume.c
+
0
−
5
View file @
cc39bde9
...
...
@@ -208,11 +208,6 @@ void CDECL wined3d_volume_preload(struct wined3d_volume *volume)
FIXME
(
"volume %p stub!
\n
"
,
volume
);
}
WINED3DRESOURCETYPE
CDECL
wined3d_volume_get_type
(
const
struct
wined3d_volume
*
volume
)
{
return
resource_get_type
(
&
volume
->
resource
);
}
struct
wined3d_resource
*
CDECL
wined3d_volume_get_resource
(
struct
wined3d_volume
*
volume
)
{
TRACE
(
"volume %p.
\n
"
,
volume
);
...
...
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d.spec
+
0
−
1
View file @
cc39bde9
...
...
@@ -120,7 +120,6 @@
@ cdecl wined3d_volume_get_priority(ptr)
@ cdecl wined3d_volume_get_private_data(ptr ptr ptr ptr)
@ cdecl wined3d_volume_get_resource(ptr)
@ cdecl wined3d_volume_get_type(ptr)
@ cdecl wined3d_volume_incref(ptr)
@ cdecl wined3d_volume_map(ptr ptr ptr long)
@ cdecl wined3d_volume_preload(ptr)
...
...
This diff is collapsed.
Click to expand it.
include/wine/wined3d.idl
+
0
−
1
View file @
cc39bde9
...
...
@@ -3052,7 +3052,6 @@ DWORD __cdecl wined3d_volume_get_priority(const struct wined3d_volume *volume);
HRESULT
__cdecl
wined3d_volume_get_private_data
(
const
struct
wined3d_volume
*
volume
,
REFGUID
guid
,
void
*
data
,
DWORD
*
data_size
)
;
struct
wined3d_resource
*
__cdecl
wined3d_volume_get_resource
(
struct
wined3d_volume
*
volume
)
;
WINED3DRESOURCETYPE
__cdecl
wined3d_volume_get_type
(
const
struct
wined3d_volume
*
volume
)
;
ULONG
__cdecl
wined3d_volume_incref
(
struct
wined3d_volume
*
volume
)
;
HRESULT
__cdecl
wined3d_volume_map
(
struct
wined3d_volume
*
volume
,
WINED3DLOCKED_BOX
*
locked_box
,
const
WINED3DBOX
*
box
,
DWORD
flags
)
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment