diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-02-01 14:41:04 +1100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-02-17 22:52:06 +0200 |
commit | 37867626e314e74031378a8a4ff06f69b899a3b2 (patch) | |
tree | aad4973b92554b8c220593877a0411c4578e2721 /dix/main.c | |
parent | e4eb7e5842f0f56f07e9cf3b16249c172d0a975d (diff) |
main(): Remove uncredible failure
NO, NO, NO.
NO.
The only way this could possibly be worse is if you were viewing it in
Comic Sans.
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dix/main.c b/dix/main.c index 9114f00d9..068dae92e 100644 --- a/dix/main.c +++ b/dix/main.c @@ -137,8 +137,6 @@ _X_EXPORT PaddingInfo PixmapWidthPaddingInfo[33]; int connBlockScreenStart; -static int restart = 0; - _X_EXPORT void NotImplemented(xEvent *from, xEvent *to) { @@ -264,13 +262,6 @@ main(int argc, char *argv[], char *envp[]) DarwinHandleGUI(argc, argv, envp); #endif - /* Notice if we're restarted. Probably this is because we jumped through - * an uninitialized pointer */ - if (restart) - FatalError("server restarted. Jumped through uninitialized pointer?\n"); - else - restart = 1; - CheckUserParameters(argc, argv, envp); CheckUserAuthorization(); |