]> code.citadel.org Git - citadel.git/blobdiff - textclient/citadel_ipc.c
Assume the server supports the QNOP command, do not test for it, this is another...
[citadel.git] / textclient / citadel_ipc.c
index 123258f7681303685963de79ed357c2df0771304..dc8976444a71ff5f27b3ac62081aafac94cbb5a8 100644 (file)
@@ -834,12 +834,6 @@ int CtdlIPCServerInfo(CtdlIPC * ipc, char *cret)
                        case 10:
                                ipc->ServInfo.ok_floors = atoi(buf);
                                break;
-                       case 11:
-                               ipc->ServInfo.paging_level = atoi(buf);
-                               break;
-                       case 13:
-                               ipc->ServInfo.supports_qnop = atoi(buf);
-                               break;
                        case 14:
                                ipc->ServInfo.supports_ldap = atoi(buf);
                                break;