Skip to content

Commit b71ee14

Browse files
tfarinatorvalds
authored andcommitted
uemacs: Remove two completly unused functions (fnclabel and spal).
The implementation of these functions are doing anything at all at this moment. So cleanup a bit the code by removing fnclabel and spal functions completly. Signed-off-by: Thiago Farina <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 9f801a8 commit b71ee14

File tree

9 files changed

+23
-135
lines changed

9 files changed

+23
-135
lines changed

ansi.c

-17
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ int ansicres()
179179
return TRUE;
180180
}
181181

182-
/* Change pallette settings. */
183-
void spal(void)
184-
{
185-
/* none for now */
186-
}
187-
188182
void ansibeep(void)
189183
{
190184
ttputc(BEL);
@@ -244,15 +238,4 @@ void ansikclose(void)
244238
{
245239
}
246240

247-
#if FNLABEL
248-
/* Label a function key.
249-
* f: default flag
250-
* n: numeric argument [unused]
251-
*/
252-
int fnclabel(int f, int n)
253-
{
254-
/* On machines with no function keys...don't bother. */
255-
return TRUE;
256-
}
257-
#endif
258241
#endif

efunc.h

-3
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,3 @@ extern void lckerror(char *errstr);
375375
/* pklock.c */
376376
extern char *dolock(char *fname);
377377
extern char *undolock(char *fname);
378-
379-
/* tcap.c */
380-
extern void spal(char *dummy);

estruct.h

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150

151151
#define ISRCH 1 /* Incremental searches like ITS EMACS */
152152
#define WORDPRO 1 /* Advanced word processing features */
153-
#define FNLABEL 0 /* function key label code [HP150] */
154153
#define APROP 1 /* Add code for Apropos command */
155154
#define CRYPT 1 /* file encryption enabled? */
156155
#define MAGIC 1 /* include regular expression matching? */

eval.c

-4
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,6 @@ int svar(VDESC *var, char *value)
571571
case EVSTATUS:
572572
cmdstatus = stol(value);
573573
break;
574-
case EVPALETTE:
575-
strncpy(palstr, value, 48);
576-
spal(palstr);
577-
break;
578574
case EVASAVE:
579575
gasave = atoi(value);
580576
break;

ibmpc.c

-18
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,6 @@ void ibmscroll_reg(from, to, howmany)
285285

286286
#endif
287287

288-
/* Reset the pallette registers. */
289-
void spal(void)
290-
{
291-
/* nothin here now..... */
292-
}
293-
294288
void ibmbeep(void)
295289
{
296290
bdos(6, BEL, 0);
@@ -498,16 +492,4 @@ void scwrite(int row, char *outstr, int forg, int bacg)
498492
movmem(&sline[0], scptr[row], term.t_ncol * 2);
499493
}
500494

501-
#if FNLABEL
502-
/* Label a function key.
503-
*
504-
* @f: default flag
505-
* @n: numeric argument [unused].
506-
*/
507-
int fnclabel(int f, int n)
508-
{
509-
/* on machines with no function keys...don't bother */
510-
return TRUE;
511-
}
512-
#endif
513495
#endif

names.c

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ struct name_bind names[] = {
139139
#endif
140140
{"kill-region", killregion},
141141
{"kill-to-end-of-line", killtext},
142-
#if FNLABEL
143-
{"label-function-key", fnclabel},
144-
#endif
145142
{"list-buffers", listbuffers},
146143
{"meta-prefix", metafn},
147144
{"move-window-down", mvdnwind},

tcap.c

+23-48
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
/* TCAP.C
1+
/* tcap.c
22
*
33
* Unix V7 SysV and BS4 Termcap video driver
44
*
55
* modified by Petri Kutvonen
66
*/
77

88
/*
9-
* defining this to 1 breaks tcapopen() - it doesn't check if the
9+
* Defining this to 1 breaks tcapopen() - it doesn't check if the
1010
* sceen size has changed.
1111
* -lbt
1212
*/
1313
#define USE_BROKEN_OPTIMIZATION 0
14-
#define termdef 1 /* don't define "term" external */
14+
#define termdef 1 /* Don't define "term" external. */
1515

16-
#include <stdio.h>
1716
#include <curses.h>
17+
#include <stdio.h>
1818
#include <term.h>
1919

20-
#include "estruct.h"
21-
#include "edef.h"
22-
#include "efunc.h"
23-
20+
#include "estruct.h"
21+
#include "edef.h"
22+
#include "efunc.h"
2423

2524
#if TERMCAP
2625

@@ -30,7 +29,7 @@
3029

3130
#define MARGIN 8
3231
#define SCRSIZ 64
33-
#define NPAUSE 10 /* # times thru update to pause */
32+
#define NPAUSE 10 /* # times thru update to pause. */
3433
#define BEL 0x07
3534
#define ESC 0x1B
3635

@@ -46,32 +45,31 @@ static void tcapscrollregion(int top, int bot);
4645
static void putpad(char *str);
4746

4847
static void tcapopen(void);
49-
#if PKCODE
48+
#if PKCODE
5049
static void tcapclose(void);
5150
#endif
5251

53-
#if COLOR
52+
#if COLOR
5453
static void tcapfcol(void);
5554
static void tcapbcol(void);
5655
#endif
57-
#if SCROLLCODE
56+
#if SCROLLCODE
5857
static void tcapscroll_reg(int from, int to, int linestoscroll);
5958
static void tcapscroll_delins(int from, int to, int linestoscroll);
6059
#endif
6160

62-
6361
#define TCAPSLEN 315
6462
static char tcapbuf[TCAPSLEN];
6563
static char *UP, PC, *CM, *CE, *CL, *SO, *SE;
6664

67-
#if PKCODE
65+
#if PKCODE
6866
static char *TI, *TE;
6967
#if USE_BROKEN_OPTIMIZATION
7068
static int term_init_ok = 0;
7169
#endif
7270
#endif
7371

74-
#if SCROLLCODE
72+
#if SCROLLCODE
7573
static char *CS, *DL, *AL, *SF, *SR;
7674
#endif
7775

@@ -217,7 +215,6 @@ static void tcapopen(void)
217215
}
218216

219217
#if PKCODE
220-
221218
static void tcapclose(void)
222219
{
223220
putpad(tgoto(CM, 0, term.t_nrow));
@@ -256,9 +253,9 @@ static void tcapeeop(void)
256253
}
257254

258255
/*
259-
* change reverse video status
256+
* Change reverse video status
260257
*
261-
* int state; FALSE = normal video, TRUE = reverse video
258+
* @state: FALSE = normal video, TRUE = reverse video.
262259
*/
263260
static void tcaprev(int state)
264261
{
@@ -269,8 +266,9 @@ static void tcaprev(int state)
269266
putpad(SE);
270267
}
271268

269+
/* Change screen resolution. */
272270
static int tcapcres(char *res)
273-
{ /* change screen resolution */
271+
{
274272
return TRUE;
275273
}
276274

@@ -328,18 +326,14 @@ static void tcapscrollregion(int top, int bot)
328326

329327
#endif
330328

331-
void spal(char *dummy)
332-
{ /* change palette string */
333-
/* Does nothing here */
334-
}
335-
336-
#if COLOR
329+
#if COLOR
330+
/* No colors here, ignore this. */
337331
static void tcapfcol(void)
338-
{ /* no colors here, ignore this */
332+
{
339333
}
340-
334+
/* No colors here, ignore this. */
341335
static void tcapbcol(void)
342-
{ /* no colors here, ignore this */
336+
{
343337
}
344338
#endif
345339

@@ -352,23 +346,4 @@ static void putpad(char *str)
352346
{
353347
tputs(str, 1, ttputc);
354348
}
355-
356-
#if FNLABEL
357-
/*
358-
* label a function key
359-
*
360-
* int f, n; default flag, numeric argument [unused]
361-
*/
362-
static int fnclabel(int f, int n)
363-
{
364-
/* on machines with no function keys...don't bother */
365-
return TRUE;
366-
}
367-
#endif
368-
#else
369-
370-
static void hello(void)
371-
{
372-
}
373-
374-
#endif
349+
#endif /* TERMCAP */

vmsvt.c

-25
Original file line numberDiff line numberDiff line change
@@ -486,29 +486,4 @@ vmskclose()
486486
{
487487
}
488488

489-
490-
/***
491-
* fnclabel - Label function keys (not used)
492-
*
493-
* Nothing returned
494-
***/
495-
#if FNLABEL
496-
fnclabel(f, n) /* label a function key */
497-
int f, n; /* default flag, numeric argument [unused] */
498-
{
499-
/* on machines with no function keys...don't bother */
500-
return TRUE;
501-
}
502-
#endif
503-
504-
505-
/***
506-
* spal - Set palette type (Are you kidding?)
507-
*
508-
* Nothing returned
509-
***/
510-
spal()
511-
{
512-
}
513-
514489
#endif

vt52.c

-16
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ vt52cres()
115115
return TRUE;
116116
}
117117

118-
spal()
119-
{ /* change palette string */
120-
/* Does nothing here */
121-
}
122-
123118
#if COLOR
124119
vt52fcol()
125120
{ /* set the forground color [NOT IMPLIMENTED] */
@@ -164,15 +159,4 @@ vt52kclose()
164159
{
165160
}
166161

167-
168-
#if FNLABEL
169-
fnclabel(f, n)
170-
/* label a function key */
171-
int f, n; /* default flag, numeric argument [unused] */
172-
173-
{
174-
/* on machines with no function keys...don't bother */
175-
return TRUE;
176-
}
177-
#endif
178162
#endif

0 commit comments

Comments
 (0)