diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-03-07 23:58:22 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-03-07 23:58:22 +0000 |
commit | 2e6f801fe1a749f6a4db2cfd8a43abec5caceae0 (patch) | |
tree | 94778e18be89f9a17246fd8ff7a94de2f5fe23f1 /hw/xfree86/common/xf86Init.c | |
parent | b7d2dfc1e5e07051732303731ff3e4e76852dd94 (diff) |
Numerous amounts refactoring and comment adding (see ChangeLog for file by
file details). The primary intention for these changes is to pave the
way for the new device probing and PCI configuration code that I'm
working on.
Diffstat (limited to 'hw/xfree86/common/xf86Init.c')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 6e357dbc9..5af479a1a 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1,5 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.212 2004/01/27 01:31:45 dawes Exp $ */ -/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Init.c,v 1.29 2005/12/14 20:11:16 ajax Exp $ */ +/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Init.c,v 1.30 2006/02/13 04:43:40 benh Exp $ */ /* * Loosely based on code bearing the following copyright: @@ -1673,9 +1673,6 @@ ddxProcessArgument(int argc, char **argv, int i) if (!strcmp(argv[i], "-probe")) { xf86DoProbe = TRUE; -#if 0 - DoProbe(argc, argv, i); -#endif return 1; } if (!strcmp(argv[i], "-configure")) |