Removed vestiges of .Known Shared command
[citadel.git] / textclient / citadel.c
index 99951034d9382e2a0bad019f48ae6bb850c450bc..edb79e081499de63950d8670829fd8322f771f70 100644 (file)
@@ -2116,10 +2116,6 @@ int main(int argc, char **argv)
                                dotknown(ipc, 5, NULL);
                                break;
 
-                       case 126:       /* .KShared */
-                               dotknown(ipc, 6, NULL);
-                               break;
-
                        case 127:       /* Configure POP3 aggregation */
                                do_pop3client_configuration(ipc);
                                break;