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
d7033b4b
Commit
d7033b4b
authored
Feb 05, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xrandr: X11DRV_XRandR_Cleanup() is unused so remove it.
parent
930061c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
xrandr.c
dlls/winex11.drv/xrandr.c
+0
-8
xrandr.h
dlls/winex11.drv/xrandr.h
+0
-1
No files found.
dlls/winex11.drv/xrandr.c
View file @
d7033b4b
...
...
@@ -307,12 +307,4 @@ void X11DRV_XRandR_Init(void)
TRACE
(
"Enabling XRandR
\n
"
);
}
void
X11DRV_XRandR_Cleanup
(
void
)
{
HeapFree
(
GetProcessHeap
(),
0
,
real_xrandr_rates
);
real_xrandr_rates
=
NULL
;
HeapFree
(
GetProcessHeap
(),
0
,
real_xrandr_rates_count
);
real_xrandr_rates_count
=
NULL
;
}
#endif
/* SONAME_LIBXRANDR */
dlls/winex11.drv/xrandr.h
View file @
d7033b4b
...
...
@@ -27,7 +27,6 @@
#ifdef SONAME_LIBXRANDR
void
X11DRV_XRandR_Init
(
void
);
void
X11DRV_XRandR_Cleanup
(
void
);
#endif
/* SONAME_LIBXRANDR */
#endif
/* __WINE_XRANDR_H */
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