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
5f8ebe7a
Commit
5f8ebe7a
authored
Sep 15, 2021
by
Rémi Bernon
Committed by
Alexandre Julliard
Sep 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebus.sys: Remove the now useless get_unix_device.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
be503e97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
bus.h
dlls/winebus.sys/bus.h
+0
-2
main.c
dlls/winebus.sys/main.c
+0
-6
No files found.
dlls/winebus.sys/bus.h
View file @
5f8ebe7a
...
...
@@ -27,8 +27,6 @@
#include "unixlib.h"
struct
unix_device
*
get_unix_device
(
DEVICE_OBJECT
*
device
)
DECLSPEC_HIDDEN
;
/* General Bus Functions */
BOOL
is_xbox_gamepad
(
WORD
vid
,
WORD
pid
)
DECLSPEC_HIDDEN
;
...
...
dlls/winebus.sys/main.c
View file @
5f8ebe7a
...
...
@@ -217,12 +217,6 @@ static void unix_device_set_feature_report(DEVICE_OBJECT *device, HID_XFER_PACKE
winebus_call
(
device_set_feature_report
,
&
params
);
}
struct
unix_device
*
get_unix_device
(
DEVICE_OBJECT
*
device
)
{
struct
device_extension
*
ext
=
(
struct
device_extension
*
)
device
->
DeviceExtension
;
return
ext
->
unix_device
;
}
static
DWORD
get_device_index
(
struct
device_desc
*
desc
)
{
struct
device_extension
*
ext
;
...
...
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