summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-04-03 22:03:16 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:59:21 +0200
commit65a7a9e3f50a987c1904c3db8e413bc7312557a6 (patch)
tree7b63d31fdcfc912fa7a8381c035749f9c082ba10 /src/config.h
parent114d3a641540c890455aefd7d32e67ffa8060301 (diff)
Remove unused front-end flags.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 9c3f6ede..0d3d0f6f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -30,9 +30,8 @@
* OPTION: See the Makefile(s), where several options may be declared.
*
* Some popular options include "USE_GCU" (allow use with Unix "curses"),
- * "USE_X11" (allow basic use with Unix X11), "USE_XAW" (allow use with
- * Unix X11 plus the Athena Widget set), and "USE_CAP" (allow use with
- * the "termcap" library, or with hard-coded vt100 terminals).
+ * "USE_X11" (allow basic use with Unix X11) and "USE_XAW" (allow use with
+ * Unix X11 plus the Athena Widget set).
*
* The old "USE_NCU" option has been replaced with "USE_GCU".
*