aboutsummaryrefslogtreecommitdiff
path: root/local.c
diff options
context:
space:
mode:
Diffstat (limited to 'local.c')
-rw-r--r--local.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/local.c b/local.c
index 0f9fee78..7a06af72 100644
--- a/local.c
+++ b/local.c
@@ -1,4 +1,4 @@
-/* $Id: local.c,v 1.9 2007-09-29 09:53:25 nicm Exp $ */
+/* $Id: local.c,v 1.10 2007-09-29 10:57:39 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -477,20 +477,6 @@ local_output(struct buffer *b, size_t size)
}
local_putp(tparm(cursor_address, ua - 1, ub - 1));
break;
- case CODE_CLEARENDOFSCREEN:
- if (clr_eos == NULL) {
- log_warnx("clr_eos not supported");
- break;
- }
- local_putp(clr_eos);
- break;
- case CODE_CLEARSCREEN:
- if (clear_screen == NULL) {
- log_warnx("clear_screen not supported");
- break;
- }
- local_putp(clear_screen);
- break;
case CODE_CLEARENDOFLINE:
if (clr_eol == NULL) {
log_warnx("clr_eol not supported");