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
6ae1bfe2
Commit
6ae1bfe2
authored
Jul 03, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Remove dead code (Clang).
parent
982e7f96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
dplay.c
dlls/dplayx/dplay.c
+0
-6
No files found.
dlls/dplayx/dplay.c
View file @
6ae1bfe2
...
...
@@ -3391,8 +3391,6 @@ static void DP_CopySessionDesc( LPDPSESSIONDESC2 lpSessionDest,
lstrcpyA
(
(
LPSTR
)
lpStartOfFreeSpace
,
lpSessionDest
->
u2
.
lpszPasswordA
);
lpSessionDest
->
u2
.
lpszPasswordA
=
(
LPSTR
)
lpStartOfFreeSpace
;
lpStartOfFreeSpace
+=
lstrlenA
(
lpSessionDest
->
u2
.
lpszPasswordA
)
+
1
;
}
}
else
/* UNICODE */
...
...
@@ -3411,8 +3409,6 @@ static void DP_CopySessionDesc( LPDPSESSIONDESC2 lpSessionDest,
lstrcpyW
(
(
LPWSTR
)
lpStartOfFreeSpace
,
lpSessionDest
->
u2
.
lpszPassword
);
lpSessionDest
->
u2
.
lpszPassword
=
(
LPWSTR
)
lpStartOfFreeSpace
;
lpStartOfFreeSpace
+=
sizeof
(
WCHAR
)
*
(
lstrlenW
(
lpSessionDest
->
u2
.
lpszPassword
)
+
1
);
}
}
}
...
...
@@ -4593,8 +4589,6 @@ static HRESULT DP_SendEx
(
DP_FindPlayer
(
This
,
idTo
)
!=
NULL
)
)
{
bValidDestination
=
TRUE
;
/* Have the service provider send this message */
/* FIXME: Could optimize for local interface sends */
return
DP_SP_SendEx
(
This
,
dwFlags
,
lpData
,
dwDataSize
,
dwPriority
,
...
...
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