commit | 0b962e5685edd41b55d5427b894797e725707639 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 18:02:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 18:02:37 2022 +0100 |
tree | 0b6bddeb6a2c7da603b71474b87f185dc14a02ea | |
parent | 292e1b9f681054a1de8fa22315ae6eedd7acb205 [diff] [blame] |
patch 8.2.4677: the Athena GUI support is outdated Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
diff --git a/src/clipboard.c b/src/clipboard.c index 9eace3d..fbeee72 100644 --- a/src/clipboard.c +++ b/src/clipboard.c
@@ -1354,7 +1354,7 @@ /* * Open the application context (if it hasn't been opened yet). - * Used for Motif and Athena GUI and the xterm clipboard. + * Used for Motif GUI and the xterm clipboard. */ void open_app_context(void)