diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-03 17:53:56 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-21 18:13:09 +0300 |
commit | 255142b61eb73843b16c2afdb95aa4d1f27e4f0d (patch) | |
tree | 22acb1d269a782d2a225d9a6646315c5967e68a9 /os | |
parent | 641ce9c706ce3cbf726fb3fc9623161bb96ba127 (diff) |
drop xprint remnants: InitGlobals
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/os/utils.c b/os/utils.c index 9aa510b4e..f3272d43a 100644 --- a/os/utils.c +++ b/os/utils.c @@ -660,17 +660,6 @@ VerifyDisplayName(const char *d) } /* - * This function is responsible for doing initalisation of any global - * variables at an very early point of server startup (even before - * |ProcessCommandLine()|. - */ -void InitGlobals(void) -{ - ddxInitGlobals(); -} - - -/* * This function parses the command line. Handles device-independent fields * and allows ddx to handle additional fields. It is not allowed to modify * argc or any of the strings pointed to by argv. |