lameass comment from the past

This commit is contained in:
Dana Jansens 2003-01-04 19:18:44 +00:00
parent cef2672ec8
commit a5df374fbd

View file

@ -59,8 +59,6 @@ void Openbox::signalHandler(int signal)
{
switch (signal) {
case SIGHUP:
// XXX: Do something with HUP? Really shouldn't, we get this when X shuts
// down and hangs-up on us. we also get a SIGPIPE.
printf("Caught HUP signal. Restarting.\n");
instance->restart();
break;