aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/quartzStartup.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-16 16:13:08 +0000
committermarha <marha@users.sourceforge.net>2010-12-16 16:13:08 +0000
commitf851244b9298d88c29331ab285c2839d8bee6925 (patch)
treef64f1405d89f3ca071001860110f5638bcb286c7 /xorg-server/hw/xquartz/quartzStartup.c
parentfa61692edfc99e13bd2f0bc761590bfeefcfc07a (diff)
downloadvcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.tar.gz
vcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.tar.bz2
vcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.zip
xserver libXdmcp git update 16-12-2010
Diffstat (limited to 'xorg-server/hw/xquartz/quartzStartup.c')
-rw-r--r--xorg-server/hw/xquartz/quartzStartup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg-server/hw/xquartz/quartzStartup.c b/xorg-server/hw/xquartz/quartzStartup.c
index ba92ecef6..36c8182ae 100644
--- a/xorg-server/hw/xquartz/quartzStartup.c
+++ b/xorg-server/hw/xquartz/quartzStartup.c
@@ -40,7 +40,6 @@
#include "X11Controller.h"
#include "darwin.h"
#include "darwinEvents.h"
-#include "quartzAudio.h"
#include "quartz.h"
#include "opaque.h"
#include "micmap.h"
@@ -117,9 +116,6 @@ int server_main(int argc, char **argv, char **envp) {
}
}
- /* Create the audio mutex */
- QuartzAudioInit();
-
X11ControllerMain(argc, argv, envp);
exit(0);
}