X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcitadel_ipc.c;h=bcabb468ebed9ef1bd857bc7b208b1f1e224cde9;hb=a9be394c2df9fcfa94b3b9c3e398c81ac4f20206;hp=f9ebf8a8ff3c8721723e3fc5d13e43746bbc86b1;hpb=8933df1f26595cfa3d9bb77f9b5a18d6b806d159;p=citadel.git diff --git a/textclient/citadel_ipc.c b/textclient/citadel_ipc.c index f9ebf8a8f..bcabb468e 100644 --- a/textclient/citadel_ipc.c +++ b/textclient/citadel_ipc.c @@ -1,14 +1,12 @@ -/* - * Copyright (c) 1987-2020 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 1987-2020 by the citadel.org team +// +// This program is open source software. Use, duplication, and/or +// disclosure are subject to the GNU General Purpose License version 3. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. #include "textclient.h" @@ -836,9 +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;