diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 14:42:41 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 14:42:41 +0200 |
commit | 3f13df93468658cd48bb63a2d836c60d62494e4a (patch) | |
tree | 1bd91d05a6c9c92486462b8ef44f3ff0d862602e /man/XtNextEvent.man | |
parent | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (diff) |
Remove unused macros to ease maintenance
After the last cleanups all the private macros are
now obsolet. They are removed with:
sed -e'/^\.de/,/^\.ny/d' -i
Diffstat (limited to 'man/XtNextEvent.man')
-rw-r--r-- | man/XtNextEvent.man | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/man/XtNextEvent.man b/man/XtNextEvent.man index 10da5ea..451023d 100644 --- a/man/XtNextEvent.man +++ b/man/XtNextEvent.man @@ -34,28 +34,6 @@ .ds Vn 2.2 .hw XtNext-Event XtPeek-Event XtProcess-Event XtMain-Loop wid-get .na -.de Ds -.nf -.in +0.4i -.ft CW -.. -.de De -.ce 0 -.fi -.. -.de IN \" send an index entry to the stderr -.. -.de Pn -.ie t \\$1\fB\^\\$2\^\fR\\$3 -.el \\$1\fI\^\\$2\^\fP\\$3 -.. -.de ZN -.ie t \fB\^\\$1\^\fR\\$2 -.el \fI\^\\$1\^\fP\\$2 -.. -.de ny -.. -.ny 0 .TH XtNextEvent __libmansuffix__ __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent, XtMainLoop \- query and process events and input |