mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 21:14:36 +00:00
xfree86: xf86.h: make xf86ShowClockRanges() static
Only used locally inside xf86Mode.c. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -298,8 +298,6 @@ extern _X_EXPORT void
|
||||
xf86SetCrtcForModes(ScrnInfoPtr scrp, int adjustFlags);
|
||||
extern _X_EXPORT void
|
||||
xf86PrintModes(ScrnInfoPtr scrp);
|
||||
extern _X_EXPORT void
|
||||
xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges);
|
||||
|
||||
/* xf86Option.c */
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ xf86ModeStatusToString(ModeStatus status)
|
||||
* xf86ShowClockRanges() -- Print the clock ranges allowed
|
||||
* and the clock values scaled by ClockMulFactor and ClockDivFactor
|
||||
*/
|
||||
void
|
||||
static void
|
||||
xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges)
|
||||
{
|
||||
ClockRangePtr cp;
|
||||
|
||||
Reference in New Issue
Block a user