X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ftextclient%2Fcommands.c;h=d5c93e84c66265fafae7354764ee25986f852957;hb=fa5cd0e6595d211591cc8eebfa81874b03b6162d;hp=e98dad3872955267bc358fa2d75392baead8b30e;hpb=f8d73af7c1bd70257c586761a88ea9729c99789b;p=citadel.git diff --git a/citadel/textclient/commands.c b/citadel/textclient/commands.c index e98dad387..d5c93e84c 100644 --- a/citadel/textclient/commands.c +++ b/citadel/textclient/commands.c @@ -755,9 +755,6 @@ void load_command_set(void) if (!strncasecmp(buf, "expcmd=", 7)) strcpy(rc_exp_cmd, &buf[7]); - if (!strncasecmp(buf, "local_screen_dimensions=", 24)) - have_xterm = (char) atoi(&buf[24]); - if (!strncasecmp(buf, "use_floors=", 11)) { if (!strcasecmp(&buf[11], "yes")) rc_floor_mode = RC_YES;