mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 16:29:51 +00:00
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.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user