=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/less/less.h 2015/11/05 22:18:27 1.11 +++ src/usr.bin/less/less.h 2015/11/06 00:02:22 1.12 @@ -198,8 +198,6 @@ #define ESC CONTROL('[') #define CSI ((unsigned char)'\233') -#define LSIGNAL(sig, func) lsignal(sig, func) - #define S_INTERRUPT 01 #define S_STOP 02 #define S_WINCH 04