summaryrefslogtreecommitdiff
path: root/hw/xnest/Args.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-01-03 17:53:56 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-05-21 18:13:09 +0300
commit255142b61eb73843b16c2afdb95aa4d1f27e4f0d (patch)
tree22acb1d269a782d2a225d9a6646315c5967e68a9 /hw/xnest/Args.c
parent641ce9c706ce3cbf726fb3fc9623161bb96ba127 (diff)
drop xprint remnants: InitGlobals
Diffstat (limited to 'hw/xnest/Args.c')
-rw-r--r--hw/xnest/Args.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c
index 209f175ab..b95f70093 100644
--- a/hw/xnest/Args.c
+++ b/hw/xnest/Args.c
@@ -49,16 +49,6 @@ int xnestNumScreens = 0;
Bool xnestDoDirectColormaps = False;
Window xnestParentWindow = 0;
-/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
-void ddxInitGlobals(void)
-{
-#ifdef COMPOSITE
- /* XXX terrible hack */
- extern Bool noCompositeExtension;
- noCompositeExtension = TRUE;
-#endif
-}
-
int
ddxProcessArgument (int argc, char *argv[], int i)
{