From 94ab91c5e92f81a13485a4b2a2752813792020d7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 28 Apr 2000 18:19:01 +0000 Subject: [PATCH] r10: removed unused files --- include/cio.h | 25 +++++-------------------- src/phm2sdf.c | 6 ++++-- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/include/cio.h b/include/cio.h index 9229fc0..a96a67f 100644 --- a/include/cio.h +++ b/include/cio.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: cio.h,v 1.3 2000/04/28 14:14:16 kevin Exp $ +** $Id: cio.h,v 1.4 2000/04/28 18:18:59 kevin Exp $ ** $Log: cio.h,v $ +** Revision 1.4 2000/04/28 18:18:59 kevin +** removed unused files +** ** Revision 1.3 2000/04/28 14:14:16 kevin ** *** empty log message *** ** @@ -112,15 +115,10 @@ struct crtv_st { #define WAITKEY() {cio_kb_clr(); while (cio_kb_read() == 0);} -/* biosf.c */ -void b_setcpos(int col, int row, int page); -void crt_wrt_cca(int c, int attr, int count, int page); -void crt_wrt_ca(int c, int attr, int page); -void crt_wrt_stra(const char *str, int count, int attr, int row, int col, int page); /* c_save.c */ int crt_save(const char *fname); /* center.c */ -int crt_center_line(const char *str); +void crt_center_line(const char *str); /* clreol.c */ void crt_clreol(void); /* clrline.c */ @@ -131,15 +129,8 @@ void crt_clrscrn(void); void crt_tab(unsigned int n); void crt_save_cpos(void); void crt_restore_cpos(void); -/* ctype.c */ -void crt_set_ctype(int start, int end); -void crt_cursor_off(void); -void crt_cursor_on(void); /* fill_eol.c */ void crt_fill_eol(int c, int attr); -/* get_ca.c */ -void crt_get_ca(int *c, int *attr); -void crt_set_mon(int mon); /* getstate.c */ void crt_get_state(void); /* put_ca.c */ @@ -161,12 +152,6 @@ void crt_scrollup(int xmin, int ymin, int xmax, int ymax, int nline, int attr); /* setcpos.c */ void crt_set_cpos(int col, int row); void crt_get_cpos(int *col, int *row); -/* setpal.c */ -void crt_set_palette(int id, int color); -void crt_set_color_table(char *color_table); -void crt_set_border(int bcolor); -int crt_calc_color(double nr, double ng, double nb); -int crt_icalc_color(int r, int g, int b); /* beep.c */ void cio_beep(void); /* kb_chk.c */ diff --git a/src/phm2sdf.c b/src/phm2sdf.c index aafb9b2..1a2852a 100644 --- a/src/phm2sdf.c +++ b/src/phm2sdf.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2sdf.c,v 1.2 2000/04/28 13:50:45 kevin Exp $ +** $Id: phm2sdf.c,v 1.3 2000/04/28 18:19:01 kevin Exp $ ** $Log: phm2sdf.c,v $ +** Revision 1.3 2000/04/28 18:19:01 kevin +** removed unused files +** ** Revision 1.2 2000/04/28 13:50:45 kevin ** Removed Makefile Makefile.in that are automatically generated by autoconf ** @@ -424,7 +427,6 @@ main (const int argc, char *const argv[]) // image_paint (CRTDEV, im_global, 0, 0, nx, ny, dmin, dmax, 0); WAITKEY(); - crt_set_palette (0, crt_calc_color (0., 0., 2.)); crt_put_stra ("Finished", 8 + C_WHITE); crt_set_cpos (1, 2); } -- 2.34.1