* Removed the idle timer from the client. Dialup is dead.
[citadel.git] / citadel / commands.c
index 75399ca1b59fc960442cabe831f620a26c5467f6..e4353ca89b221600831dea0c0955695327d00a20 100644 (file)
@@ -448,11 +448,6 @@ int inkey(void)
                        tv.tv_usec = 0;
 
                        time(&now);
-                       if (((now - start_time) > SLEEPING)
-                           && (SLEEPING != 0) && (getppid() == 1)) {
-                               printf("Sleeping? Call again.\n");
-                               logoff(SIGALRM);
-                       }
                        select(1, &rfds, NULL, NULL, &tv);
                } while (!FD_ISSET(0, &rfds));