Browse Source

Remove Darwin code from Xvnc

We don't build for that platform anyway, so this is just a remnant from
Xvfb.
tags/v1.11.90
Pierre Ossman 2 years ago
parent
commit
c4397676a1
1 changed files with 0 additions and 22 deletions
  1. 0
    22
      unix/xserver/hw/vnc/xvnc.c

+ 0
- 22
unix/xserver/hw/vnc/xvnc.c View File

@@ -221,28 +221,6 @@ AbortDDX(enum ExitCode error)
ddxGiveUp(error);
}

#ifdef __DARWIN__
void
DarwinHandleGUI(int argc, char *argv[])
{
}

void GlxExtensionInit();
void GlxWrapInitVisuals(void *procPtr);

void
DarwinGlxExtensionInit()
{
GlxExtensionInit();
}

void
DarwinGlxWrapInitVisuals(void *procPtr)
{
GlxWrapInitVisuals(procPtr);
}
#endif

void
OsVendorInit(void)
{

Loading…
Cancel
Save