summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 19:12:41 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 19:12:41 -0800
commit8d5ae4a89ac057bc26db9c819136460331ffd29b (patch)
tree67d78107307cdfb2b54b00d55f7899277e036d53
parent6a54a5630ee0e33f34387131e16d33d2b8c63aec (diff)
unifdef ATHENA
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--ScrollByL.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ScrollByL.h b/ScrollByL.h
index 041c50d..f894b59 100644
--- a/ScrollByL.h
+++ b/ScrollByL.h
@@ -41,17 +41,10 @@ from the X Consortium.
* The default fonts.
*/
-#ifdef ATHENA
-#define MANPAGE_NORMAL "fixed"
-#define MANPAGE_BOLD "helvetica-bold12"
-#define MANPAGE_ITALIC "helvetica-boldoblique12"
-#define MANPAGE_SYMBOL "symbol-medium12"
-#else
#define MANPAGE_NORMAL "*-new century schoolbook-medium-r-normal--*-120-*"
#define MANPAGE_BOLD "*-new century schoolbook-bold-r-normal--*-120-*"
#define MANPAGE_ITALIC "*-new century schoolbook-bold-i-normal--*-120-*"
#define MANPAGE_SYMBOL "*-symbol-medium-r-normal--*-120-*"
-#endif /* ATHENA */
#define XtNindent "indent"
#define XtNforceVert "forceVert"